summaryrefslogtreecommitdiffstats
path: root/templates/user
diff options
context:
space:
mode:
authorBo-Yi Wu <appleboy.tw@gmail.com>2017-02-07 19:54:16 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2017-02-07 19:54:16 +0800
commitb13232f52454b72c414e8bf686daccee712346e1 (patch)
treed83cba64b231aa17853cf9c135760847cb5b072f /templates/user
parentceae143e78dabe9c5ef6bafff739aa487f79ca70 (diff)
downloadgitea-b13232f52454b72c414e8bf686daccee712346e1.tar.gz
gitea-b13232f52454b72c414e8bf686daccee712346e1.zip
feat: support paginater on star tab of user profile. (#845)
Diffstat (limited to 'templates/user')
-rw-r--r--templates/user/profile.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl
index d93ceb8274..e1a8ca1ea7 100644
--- a/templates/user/profile.tmpl
+++ b/templates/user/profile.tmpl
@@ -93,6 +93,7 @@
{{else if eq .TabName "stars"}}
<div class="stars">
{{template "explore/repo_list" .}}
+ {{template "base/paginate" .}}
</div>
{{else}}
{{template "explore/search" .}}