1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-09-15 18:56:59 +00:00

feat: Add search bar on user profile page. (#787)

This commit is contained in:
Bo-Yi Wu 2017-02-04 20:20:20 +08:00 committed by Lunny Xiao
parent de81f68d4d
commit a90a215662
6 changed files with 69 additions and 10 deletions

View file

@ -95,6 +95,7 @@
{{template "explore/repo_list" .}}
</div>
{{else}}
{{template "explore/search" .}}
{{template "explore/repo_list" .}}
{{template "base/paginate" .}}
{{end}}