Fix recently-introduced "Proposed changes" link

I'm bad at Gitea templates, so the recently-introduced "proposed
changes" tab is active-selected (while it should never be) and the link
is missing the repository name.

This should fix it...

Change-Id: I02adc8ebd012adc233a37223480d14517c7f3c98
This commit is contained in:
Thierry Carrez 2019-11-08 04:15:09 +01:00
parent 67408f6ead
commit 16c06894ef
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
</a>
{{end}}
<a class="active item" href="https://review.opendev.org/#/q/status:open+project:{{.Owner.Name}}/{{.Name}}">
<a class="item" href="https://review.opendev.org/#/q/status:open+project:{{.Owner.Name}}/{{.Repository.Name}}">
<i class="octicon octicon-git-pull-request"></i> Proposed changes
</a>