diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2016-11-08 10:39:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-08 10:39:03 +0800 |
commit | 5667d4daae2df8c648d3c30cd7f6aadd5cb0e698 (patch) | |
tree | 24b739896a721abb794a9a9bc0a97ea16c25ed79 /templates/explore/users.tmpl | |
parent | 864d1b1f9f6a72589d77ec0f08b21c476b8e13d4 (diff) | |
parent | 562f9b6eae72e3f952a2ce1e74249bcd44e69272 (diff) | |
download | gitea-5667d4daae2df8c648d3c30cd7f6aadd5cb0e698.tar.gz gitea-5667d4daae2df8c648d3c30cd7f6aadd5cb0e698.zip |
Merge pull request #73 from bkcsoft/gt/2164-release-pagination
Add Pagination to Releases-page (and de-duplicate pagination templates)
Diffstat (limited to 'templates/explore/users.tmpl')
-rw-r--r-- | templates/explore/users.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/explore/users.tmpl b/templates/explore/users.tmpl index c13ccc6977..ce356f4fde 100644 --- a/templates/explore/users.tmpl +++ b/templates/explore/users.tmpl @@ -27,7 +27,7 @@ {{end}} </div> - {{template "explore/page" .}} + {{template "base/paginate" .}} </div> </div> </div> |