diff options
author | Unknwon <u@gogs.io> | 2015-09-07 15:22:52 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-07 15:22:52 -0400 |
commit | 31e7b0f58860d828cba7cf9513e6e06a5b2501e1 (patch) | |
tree | 1ad71678a6f4df1df0d948bd30b777a57d9692b5 /templates/user | |
parent | 03ea29eb36c933590f70c4a7e9949a2463780a63 (diff) | |
download | gitea-31e7b0f58860d828cba7cf9513e6e06a5b2501e1.tar.gz gitea-31e7b0f58860d828cba7cf9513e6e06a5b2501e1.zip |
#1599 status button mrigin-right
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/dashboard/issues.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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}} |