summaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard
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/user/dashboard
parent768c78d1437ecd2d1a4ec27211fa0a4c69570c22 (diff)
downloadgitea-c0a899b15182fc717207dadb33a0d55024dce109.tar.gz
gitea-c0a899b15182fc717207dadb33a0d55024dce109.zip
css fix
Diffstat (limited to 'templates/user/dashboard')
-rw-r--r--templates/user/dashboard/issues.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/issues.tmpl b/templates/user/dashboard/issues.tmpl
index 1c9eb0e650..a1cde27f91 100644
--- a/templates/user/dashboard/issues.tmpl
+++ b/templates/user/dashboard/issues.tmpl
@@ -26,7 +26,7 @@
</div>
</div>
<div class="twelve wide column content">
- <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}}&repo={{.RepoID}}&state=open">
<i class="octicon octicon-issue-opened"></i>
{{.i18n.Tr "repo.issues.open_tab" .IssueStats.OpenCount}}