summaryrefslogtreecommitdiffstats
path: root/templates/admin
diff options
context:
space:
mode:
authorMatthias Loibl <mail@matthiasloibl.com>2016-11-10 11:53:29 +0100
committerMatthias Loibl <mail@matthiasloibl.com>2016-11-10 11:54:20 +0100
commit63ca42d17f0f3e005869fbc322271d77cf9e0fe9 (patch)
tree68b1b55310a69f5a0d65ff97b20642afb4de6a3f /templates/admin
parentc040f2fbb13ef5ba2c6a619322d4801e9f78c885 (diff)
downloadgitea-63ca42d17f0f3e005869fbc322271d77cf9e0fe9.tar.gz
gitea-63ca42d17f0f3e005869fbc322271d77cf9e0fe9.zip
Fix bug that tries to load mistyped templates
Diffstat (limited to 'templates/admin')
-rw-r--r--templates/admin/repo/list.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/repo/list.tmpl b/templates/admin/repo/list.tmpl
index 8db51489d7..ccc958fe93 100644
--- a/templates/admin/repo/list.tmpl
+++ b/templates/admin/repo/list.tmpl
@@ -44,7 +44,7 @@
</table>
</div>
- {{template "base/paginage" .}}
+ {{template "base/paginate" .}}
</div>
</div>
</div>