Add tab to link from repo page to gerrit changes

This goes to the open changes for the currently viewed repo.

Change-Id: I671d81cbeeb271284e783227de2c66baedfbcb83
This commit is contained in:
Joshua Hesketh 2019-05-02 10:26:48 -06:00
parent 098425a4a7
commit fe1b3cee80
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
[repo]
change_requests = Change Requests

View File

@ -0,0 +1,3 @@
<a class="item" href="https://review.opendev.org/#/q/status:open+project:{{.Owner.Name}}/{{.Name}}">
<i class="octicon octicon-git-pull-request"></i> {{.i18n.Tr "repo.change_requests"}}
</a>