From b908ac9fab141b72f38db3d40a9f6054bb701982 Mon Sep 17 00:00:00 2001 From: Alexey Terentyev Date: Thu, 24 May 2018 04:03:42 +0300 Subject: Added repository search ordered by stars or forks. Forks column in admin repo list. (#3969) * Added repository search order by stars or forks. Added Forks column to admin repository list. Signed-off-by: Alexey Terentyev * Renamed search repo template Signed-off-by: Alexey Terentyev --- templates/user/profile.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/user') diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 837f8bd949..915da555be 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -100,12 +100,12 @@ {{else if eq .TabName "stars"}}
- {{template "explore/search" .}} + {{template "explore/repo_search" .}} {{template "explore/repo_list" .}} {{template "base/paginate" .}}
{{else}} - {{template "explore/search" .}} + {{template "explore/repo_search" .}} {{template "explore/repo_list" .}} {{template "base/paginate" .}} {{end}} -- cgit v1.2.3