aboutsummaryrefslogtreecommitdiffstats
path: root/templates
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
parent03ea29eb36c933590f70c4a7e9949a2463780a63 (diff)
downloadgitea-31e7b0f58860d828cba7cf9513e6e06a5b2501e1.tar.gz
gitea-31e7b0f58860d828cba7cf9513e6e06a5b2501e1.zip
#1599 status button mrigin-right
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/issue/list.tmpl2
-rw-r--r--templates/user/dashboard/issues.tmpl2
2 files changed, 2 insertions, 2 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}}
diff --git a/templates/user/dashboard/issues.tmpl b/templates/user/dashboard/issues.tmpl
index 37e7b9778f..092c2523c6 100644
--- a/templates/user/dashboard/issues.tmpl
+++ b/templates/user/dashboard/issues.tmpl
@@ -29,7 +29,7 @@
</div>
</div>
<div class="twelve wide column content">
- <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}}&repo={{.RepoID}}&state=open">
<i class="octicon octicon-issue-opened"></i>
{{.i18n.Tr "repo.issues.open_tab" .IssueStats.OpenCount}}