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/explore/organizations.tmpl | |
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/explore/organizations.tmpl')
-rw-r--r-- | templates/explore/organizations.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/explore/organizations.tmpl b/templates/explore/organizations.tmpl index 6953414e85..c44456be4c 100644 --- a/templates/explore/organizations.tmpl +++ b/templates/explore/organizations.tmpl @@ -27,7 +27,7 @@ {{end}} </div> - {{template "explore/page" .}} + {{template "base/paginate" .}} </div> </div> </div> |