We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18d421 commit 7e1b416Copy full SHA for 7e1b416
templates/user/dashboard/issues.tmpl
@@ -30,7 +30,7 @@
30
<div class="ui divider"></div>
31
<a class="{{if not $.RepoIDs}}ui basic primary button{{end}} repo name item" href="{{$.Link}}?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&q={{$.Keyword}}">
32
<span class="text truncate">All</span>
33
- <span class="ui ">{{CountFmt .TotalIssueCount}}</span>
+ <span class="ui">{{CountFmt .TotalIssueCount}}</span>
34
</a>
35
{{range .Repos}}
36
{{with $Repo := .}}
0 commit comments