@@ -193,6 +193,12 @@ pre { | |||||
display: none!important; | display: none!important; | ||||
} | } | ||||
} | } | ||||
&.status.buttons { | |||||
.octicon { | |||||
margin-right: 4px; | |||||
} | |||||
} | |||||
} | } | ||||
.overflow.menu { | .overflow.menu { | ||||
@@ -9,7 +9,7 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="ui divider"></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}}"> | <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> | <i class="octicon octicon-issue-opened"></i> | ||||
{{.i18n.Tr "repo.issues.open_tab" .IssueStats.OpenCount}} | {{.i18n.Tr "repo.issues.open_tab" .IssueStats.OpenCount}} | ||||
@@ -29,7 +29,7 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="twelve wide column content"> | <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"> | <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> | <i class="octicon octicon-issue-opened"></i> | ||||
{{.i18n.Tr "repo.issues.open_tab" .IssueStats.OpenCount}} | {{.i18n.Tr "repo.issues.open_tab" .IssueStats.OpenCount}} | ||||