summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-02 18:32:23 -0400
committerUnknwon <u@gogs.io>2015-09-02 18:32:23 -0400
commitc0a899b15182fc717207dadb33a0d55024dce109 (patch)
tree90f4829b1e43f9bf3df482293457bce42033d0db /templates/repo/issue
parent768c78d1437ecd2d1a4ec27211fa0a4c69570c22 (diff)
downloadgitea-c0a899b15182fc717207dadb33a0d55024dce109.tar.gz
gitea-c0a899b15182fc717207dadb33a0d55024dce109.zip
css fix
Diffstat (limited to 'templates/repo/issue')
-rw-r--r--templates/repo/issue/list.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl
index d6d1b432bf..ca8cd22bc6 100644
--- a/templates/repo/issue/list.tmpl
+++ b/templates/repo/issue/list.tmpl
@@ -9,7 +9,7 @@
</div>
</div>
<div class="ui divider"></div>
- <div class="ui tiny buttons">
+ <div class="ui tiny tabs buttons">
<a class="ui green basic button {{if not .IsShowClosed}}active{{end}}" href="{{$.Link}}?type={{$.ViewType}}&sort={{$.SortType}}&state=open&labels={{.SelectLabels}}&milestone={{.MilestoneID}}&assignee={{.AssigneeID}}">
<i class="octicon octicon-issue-opened"></i>
{{.i18n.Tr "repo.issues.open_tab" .IssueStats.OpenCount}}