diff options
author | Unknwon <u@gogs.io> | 2016-07-24 14:32:46 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-24 14:32:46 +0800 |
commit | e74630ae3b635a43a1bdafcf8b80d2f87b3536b6 (patch) | |
tree | 63c5fb32b6ca4417c3dfd9c05f532d5598aa4117 /templates/org | |
parent | 1f2e173a745da8e4b57f96b5561a3c10054d3b76 (diff) | |
download | gitea-e74630ae3b635a43a1bdafcf8b80d2f87b3536b6.tar.gz gitea-e74630ae3b635a43a1bdafcf8b80d2f87b3536b6.zip |
#1384 add pagination for repositories
Diffstat (limited to 'templates/org')
-rw-r--r-- | templates/org/home.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/org/home.tmpl b/templates/org/home.tmpl index 921e3667cb..eaea98bf52 100644 --- a/templates/org/home.tmpl +++ b/templates/org/home.tmpl @@ -32,6 +32,7 @@ <div class="ui divider"></div> {{end}} {{template "explore/repo_list" .}} + {{template "explore/page" .}} </div> <div class="ui five wide column"> |