Revert "Add tab to link from repo page to gerrit changes"

This reverts commit fe1b3cee80.

We suspect this may be the cause of some templates going all weird:

* times are showing up as "ago%!(EXTRA string=months%!(EXTRA int64=8))"
* many strings are now showing up as lower cased (eg "explore")

Also, the link to gerrit for nova is "project:openstack/" and is
missing the "nova" portion of the name.

Change-Id: I72a06efd118ad0eae231f5ddf1a9888cb8d35aba
This commit is contained in:
James E. Blair 2019-05-29 10:07:54 -07:00
parent 35713be4a9
commit d74c9fd62a
2 changed files with 0 additions and 5 deletions

View File

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

View File

@ -1,3 +0,0 @@
<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>