Browse Source

fixed HTML indenting

master
Steven 9 years ago
parent
commit
87d64acc9f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      templates/repo/stars.tmpl
  2. +1
    -1
      templates/repo/watchers.tmpl

+ 1
- 1
templates/repo/stars.tmpl 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>


+ 1
- 1
templates/repo/watchers.tmpl 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>


Loading…
Cancel
Save