summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-07 15:22:52 -0400
committerUnknwon <u@gogs.io>2015-09-07 15:22:52 -0400
commit31e7b0f58860d828cba7cf9513e6e06a5b2501e1 (patch)
tree1ad71678a6f4df1df0d948bd30b777a57d9692b5 /templates/repo/issue
parent03ea29eb36c933590f70c4a7e9949a2463780a63 (diff)
downloadgitea-31e7b0f58860d828cba7cf9513e6e06a5b2501e1.tar.gz
gitea-31e7b0f58860d828cba7cf9513e6e06a5b2501e1.zip
#1599 status button mrigin-right
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 2c12f28778..8199bb1d18 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 basic buttons">
+ <div class="ui tiny basic status buttons">
<a class="ui {{if not .IsShowClosed}}green active{{end}} basic button" 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}}