1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

#1599 status button mrigin-right

This commit is contained in:
Unknwon
2015-09-07 15:22:52 -04:00
parent 03ea29eb36
commit 31e7b0f588
4 changed files with 9 additions and 3 deletions

View File

@@ -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}}