summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-02 20:56:26 -0500
committerUnknwon <u@gogs.io>2015-12-02 20:56:26 -0500
commitec2423ad7c64bbef67ccee4324f2df3efe6792aa (patch)
treee9019b371f66cc1e98ee83f5506b5d052c2dd484 /templates/repo/issue
parentc4bab163cb1d28385cd18ba0d58c9a3e3b237361 (diff)
downloadgitea-ec2423ad7c64bbef67ccee4324f2df3efe6792aa.tar.gz
gitea-ec2423ad7c64bbef67ccee4324f2df3efe6792aa.zip
more UI minor fixes
Diffstat (limited to 'templates/repo/issue')
-rw-r--r--templates/repo/issue/navbar.tmpl4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/repo/issue/navbar.tmpl b/templates/repo/issue/navbar.tmpl
index d6d1074c6d..3f76947c16 100644
--- a/templates/repo/issue/navbar.tmpl
+++ b/templates/repo/issue/navbar.tmpl
@@ -1,8 +1,4 @@
<div class="ui compact small menu">
- {{if not .PageIsList}}
- <a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues">{{.i18n.Tr "repo.issues"}}</a>
- <a class="{{if .PageIsPullList}}active{{end}} item" href="{{.RepoLink}}/pulls">{{.i18n.Tr "repo.pulls"}}</a>
- {{end}}
<a class="{{if .PageIsLabels}}active{{end}} item" href="{{.RepoLink}}/labels">{{.i18n.Tr "repo.labels"}}</a>
<a class="{{if .PageIsMilestones}}active{{end}} item" href="{{.RepoLink}}/milestones">{{.i18n.Tr "repo.milestones"}}</a>
</div> \ No newline at end of file