aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-11 20:49:28 -0400
committerUnknwon <u@gogs.io>2015-09-11 20:49:28 -0400
commitc7ac237b57a28a9d3c811510cd8ac13c2f7029e3 (patch)
tree0a456ea684cacf4d6a70ef3b12db36c7be03628a /templates/repo
parentbe89802bd8131835ed894280e75bba9f769cf575 (diff)
downloadgitea-c7ac237b57a28a9d3c811510cd8ac13c2f7029e3.tar.gz
gitea-c7ac237b57a28a9d3c811510cd8ac13c2f7029e3.zip
fix css
Diffstat (limited to 'templates/repo')
-rw-r--r--templates/repo/issue/list.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl
index 8199bb1d18..e0ae697761 100644
--- a/templates/repo/issue/list.tmpl
+++ b/templates/repo/issue/list.tmpl
@@ -139,7 +139,7 @@
{{end}}
{{end}}
<a class="{{if not .HasNext}}disabled{{end}} item" {{if .HasNext}}href="{{$.Link}}?type={{$.ViewType}}&state={{$.State}}&labels={{$.SelectLabels}}&milestone={{$.MilestoneID}}&assignee={{$.AssigneeID}}&page={{.Next}}"{{end}}>
- {{$.i18n.Tr "repo.issues.next"}} <i class="icon right arrow"></i>
+ {{$.i18n.Tr "repo.issues.next"}}&nbsp;<i class="icon right arrow"></i>
</a>
</div>
</div>