fixed HTML indenting

tokarchuk/v1.17
Steven 9 years ago
commit 87d64acc9f
  1. 2
      templates/repo/stars.tmpl
  2. 2
      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}}/stars/{{.Previous}}">{{$.i18n.Tr "issues.previous"}}</a>

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