aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBo-Yi Wu <appleboy.tw@gmail.com>2017-02-04 20:20:20 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2017-02-04 20:20:20 +0800
commita90a215662636fed1a2c67b49cf060e2936822f6 (patch)
tree78ff0fbcb36fb252e671fdbff6011483aca53ce6 /templates
parentde81f68d4d4a87c044034be682abffaccd399860 (diff)
downloadgitea-a90a215662636fed1a2c67b49cf060e2936822f6.tar.gz
gitea-a90a215662636fed1a2c67b49cf060e2936822f6.zip
feat: Add search bar on user profile page. (#787)
Diffstat (limited to 'templates')
-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 198a9e3b60..d93ceb8274 100644
--- a/templates/user/profile.tmpl
+++ b/templates/user/profile.tmpl
@@ -95,6 +95,7 @@
{{template "explore/repo_list" .}}
</div>
{{else}}
+ {{template "explore/search" .}}
{{template "explore/repo_list" .}}
{{template "base/paginate" .}}
{{end}}