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/org/home.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/org/home.tmpl')
-rw-r--r-- | templates/org/home.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/org/home.tmpl b/templates/org/home.tmpl index 17b0ade8c9..69de8d3481 100644 --- a/templates/org/home.tmpl +++ b/templates/org/home.tmpl @@ -32,7 +32,7 @@ <div class="ui divider"></div> {{end}} {{template "explore/repo_list" .}} - {{template "explore/page" .}} + {{template "base/paginate" .}} </div> <div class="ui five wide column"> |