1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

fixed HTML indenting

This commit is contained in:
Steven
2015-10-01 15:54:27 +02:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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