1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 18:58:38 +00:00
This commit is contained in:
Unknwon
2015-09-11 20:49:28 -04:00
parent be89802bd8
commit c7ac237b57
4 changed files with 10 additions and 4 deletions

View File

@@ -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>