diff options
author | Unknwon <u@gogs.io> | 2015-12-02 20:56:26 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-02 20:56:26 -0500 |
commit | ec2423ad7c64bbef67ccee4324f2df3efe6792aa (patch) | |
tree | e9019b371f66cc1e98ee83f5506b5d052c2dd484 /templates/repo/issue | |
parent | c4bab163cb1d28385cd18ba0d58c9a3e3b237361 (diff) | |
download | gitea-ec2423ad7c64bbef67ccee4324f2df3efe6792aa.tar.gz gitea-ec2423ad7c64bbef67ccee4324f2df3efe6792aa.zip |
more UI minor fixes
Diffstat (limited to 'templates/repo/issue')
-rw-r--r-- | templates/repo/issue/navbar.tmpl | 4 |
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 |