diff options
author | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2016-11-07 11:44:49 +0100 |
---|---|---|
committer | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2016-11-07 12:44:29 +0100 |
commit | 562f9b6eae72e3f952a2ce1e74249bcd44e69272 (patch) | |
tree | 4646fa27320196cf547a9081ccbf83b9a6484e6a /templates/admin/org | |
parent | 86fb1a0cb13de00a5ba49e29efa35573c01c9821 (diff) | |
download | gitea-562f9b6eae72e3f952a2ce1e74249bcd44e69272.tar.gz gitea-562f9b6eae72e3f952a2ce1e74249bcd44e69272.zip |
Merge all pagination-templates into 'base/paginate'
to reduce code-duplicity
Diffstat (limited to 'templates/admin/org')
-rw-r--r-- | templates/admin/org/list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/org/list.tmpl b/templates/admin/org/list.tmpl index 6b9423d03e..244f915c97 100644 --- a/templates/admin/org/list.tmpl +++ b/templates/admin/org/list.tmpl @@ -40,7 +40,7 @@ </table> </div> - {{template "admin/base/page" .}} + {{template "base/paginate" .}} </div> </div> </div> |