1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

feat: support paginater on star tab of user profile. (#845)

This commit is contained in:
Bo-Yi Wu
2017-02-07 19:54:16 +08:00
committed by Lunny Xiao
parent ceae143e78
commit b13232f524
5 changed files with 64 additions and 12 deletions

View File

@@ -93,6 +93,7 @@
{{else if eq .TabName "stars"}}
<div class="stars">
{{template "explore/repo_list" .}}
{{template "base/paginate" .}}
</div>
{{else}}
{{template "explore/search" .}}