1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00
This commit is contained in:
Unknwon
2015-09-02 18:32:23 -04:00
parent 768c78d143
commit c0a899b151
7 changed files with 47 additions and 31 deletions

View File

@@ -9,7 +9,7 @@
</div>
</div>
<div class="ui divider"></div>
<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}}&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}}