summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSteven <soud@protonmail.com>2015-10-01 15:54:27 +0200
committerSteven <soud@protonmail.com>2015-10-01 16:16:11 +0200
commit87d64acc9f7de985603093980c8dc3fa651047a1 (patch)
tree597392cc0727f0cb0f0728d97f6b6ffc6df66700 /templates
parentc8aa9c6cb1ed79398b825c6110b5a6a7002d1a35 (diff)
parentecd59deb27437963ea0589f07a97d397a0e5e1ef (diff)
downloadgitea-87d64acc9f7de985603093980c8dc3fa651047a1.tar.gz
gitea-87d64acc9f7de985603093980c8dc3fa651047a1.zip
fixed HTML indenting
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/stars.tmpl2
-rw-r--r--templates/repo/watchers.tmpl2
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>