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:
parent
098425a4a7
commit
fe1b3cee80
2
docker/gitea/custom/options/locale/locale_en-US.ini
Normal file
2
docker/gitea/custom/options/locale/locale_en-US.ini
Normal file
@ -0,0 +1,2 @@
|
||||
[repo]
|
||||
change_requests = Change Requests
|
3
docker/gitea/custom/templates/custom/extra_tabs.tmpl
Normal file
3
docker/gitea/custom/templates/custom/extra_tabs.tmpl
Normal 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>
|
Loading…
Reference in New Issue
Block a user