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:
parent
67408f6ead
commit
16c06894ef
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user