diff options
author | Unknwon <u@gogs.io> | 2015-08-09 22:45:38 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-09 22:45:38 +0800 |
commit | 7372042441804370ddcdf00c5ea29acedef99e1d (patch) | |
tree | 1d7765f3d4b4a22393e2575d78d3bf3d250f800c /templates/repo/issue/navbar.tmpl | |
parent | 68b9d78386f74e14841ddc20df110591ac7fba23 (diff) | |
download | gitea-7372042441804370ddcdf00c5ea29acedef99e1d.tar.gz gitea-7372042441804370ddcdf00c5ea29acedef99e1d.zip |
list view: issue, label, milestone
Diffstat (limited to 'templates/repo/issue/navbar.tmpl')
-rw-r--r-- | templates/repo/issue/navbar.tmpl | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/templates/repo/issue/navbar.tmpl b/templates/repo/issue/navbar.tmpl index 509ee5f66e..4c11a8e75a 100644 --- a/templates/repo/issue/navbar.tmpl +++ b/templates/repo/issue/navbar.tmpl @@ -1,7 +1,5 @@ -<div class="ui left"> - <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="{{if .PageIsMilestones}}active{{end}} item" href="{{.RepoLink}}/milestones">{{.i18n.Tr "repo.milestones"}}</a> - </div> +<div class="ui compact small 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="{{if .PageIsMilestones}}active{{end}} item" href="{{.RepoLink}}/milestones">{{.i18n.Tr "repo.milestones"}}</a> </div>
\ No newline at end of file |