summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/navbar.tmpl
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-03 17:42:09 +0800
committerUnknwon <u@gogs.io>2015-08-03 17:42:09 +0800
commit04458d49a066c8befd79b59e62df00fbf49fa46b (patch)
tree0b076d7ec40d979769587d3ad13c5a326fbdb9a5 /templates/repo/issue/navbar.tmpl
parent8e8d535e233966acd1510df78c01e11dc8156514 (diff)
downloadgitea-04458d49a066c8befd79b59e62df00fbf49fa46b.tar.gz
gitea-04458d49a066c8befd79b59e62df00fbf49fa46b.zip
milestone: list view
Diffstat (limited to 'templates/repo/issue/navbar.tmpl')
-rw-r--r--templates/repo/issue/navbar.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/navbar.tmpl b/templates/repo/issue/navbar.tmpl
index beff907d2f..509ee5f66e 100644
--- a/templates/repo/issue/navbar.tmpl
+++ b/templates/repo/issue/navbar.tmpl
@@ -2,6 +2,6 @@
<div class="ui compact menu">
<a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues">{{.i18n.Tr "repo.issues"}}</a>
<a class="{{if .PageIsLabels}}active{{end}} item" href="{{.RepoLink}}/labels">{{.i18n.Tr "repo.labels"}}</a>
- <a class="item" href="{{.RepoLink}}/milestones">{{.i18n.Tr "repo.milestones"}}</a>
+ <a class="{{if .PageIsMilestones}}active{{end}} item" href="{{.RepoLink}}/milestones">{{.i18n.Tr "repo.milestones"}}</a>
</div>
</div> \ No newline at end of file