diff options
-rw-r--r-- | templates/repo/stars.tmpl | 2 | ||||
-rw-r--r-- | templates/repo/watchers.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/stars.tmpl b/templates/repo/stars.tmpl index afdb55d332..8ac67f5c50 100644 --- a/templates/repo/stars.tmpl +++ b/templates/repo/stars.tmpl @@ -32,7 +32,7 @@ </ol> {{with .Page}} - {{if gt .TotalPages 1}} + {{if gt .TotalPages 1}} <div class="pagination"> {{if .HasPrevious}} <a href="{{$.RepoLink}}/stars/{{.Previous}}">{{$.i18n.Tr "issues.previous"}}</a> diff --git a/templates/repo/watchers.tmpl b/templates/repo/watchers.tmpl index 3e5db820ca..f02b201304 100644 --- a/templates/repo/watchers.tmpl +++ b/templates/repo/watchers.tmpl @@ -32,7 +32,7 @@ </ol> {{with .Page}} - {{if gt .TotalPages 1}} + {{if gt .TotalPages 1}} <div class="pagination"> {{if .HasPrevious}} <a href="{{$.RepoLink}}/watchers/{{.Previous}}">{{$.i18n.Tr "issues.previous"}}</a> |