Skip to content

Commit 7e1b416

Browse files
fsiddidelvh
andcommitted
Update templates/user/dashboard/issues.tmpl
Co-authored-by: delvh <dev.lh@web.de>
1 parent c18d421 commit 7e1b416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/dashboard/issues.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<div class="ui divider"></div>
3131
<a class="{{if not $.RepoIDs}}ui basic primary button{{end}} repo name item" href="{{$.Link}}?type={{$.ViewType}}&sort={{$.SortType}}&state={{$.State}}&q={{$.Keyword}}">
3232
<span class="text truncate">All</span>
33-
<span class="ui ">{{CountFmt .TotalIssueCount}}</span>
33+
<span class="ui">{{CountFmt .TotalIssueCount}}</span>
3434
</a>
3535
{{range .Repos}}
3636
{{with $Repo := .}}

0 commit comments

Comments
 (0)