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/user/profile.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/user/profile.tmpl')
-rw-r--r-- | templates/user/profile.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 4bcc92d95d..a7edd88c6d 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -86,7 +86,7 @@ </div> {{if ne .TabName "activity"}} {{template "explore/repo_list" .}} - {{template "explore/page" .}} + {{template "base/paginate" .}} {{else}} <br> <div class="feeds"> |