diff options
author | Richard Mahn <richmahn@users.noreply.github.com> | 2019-02-08 09:45:43 -0700 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-02-08 11:45:43 -0500 |
commit | ba91214633280313a7b97205b9a7cb6e43001680 (patch) | |
tree | 2392f593b9ffb8898de0b3edd596262fb10bf427 /templates/org | |
parent | 7fb09f035ac8b10191c154ed4395a8e02d3c5e8d (diff) | |
download | gitea-ba91214633280313a7b97205b9a7cb6e43001680.tar.gz gitea-ba91214633280313a7b97205b9a7cb6e43001680.zip |
Feature - #3031 - search for org repos (#5986)
Diffstat (limited to 'templates/org')
-rw-r--r-- | templates/org/home.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/org/home.tmpl b/templates/org/home.tmpl index 13b557bd7a..03bb525276 100644 --- a/templates/org/home.tmpl +++ b/templates/org/home.tmpl @@ -28,6 +28,7 @@ </div> <div class="ui divider"></div> {{end}} + {{template "explore/repo_search" .}} {{template "explore/repo_list" .}} {{template "base/paginate" .}} </div> |