diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-01-30 13:57:47 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-01-30 13:57:47 +0800 |
commit | d078aa30d6e6f40978ea68e9ae6eee53dc028ada (patch) | |
tree | dec31fc5ed5b4bef43e8a8de847084affdf9728f /templates/base | |
parent | 7765593018cf26e9d5c9b68374b981f24993cfae (diff) | |
download | gitea-d078aa30d6e6f40978ea68e9ae6eee53dc028ada.tar.gz gitea-d078aa30d6e6f40978ea68e9ae6eee53dc028ada.zip |
feat: add search repository on dashboard. (#773)
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/head.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 300df5e648..18805953b4 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -45,6 +45,7 @@ {{if .RequireDropzone}} <link rel="stylesheet" href="{{AppSubUrl}}/plugins/dropzone-4.2.0/dropzone.css"> {{end}} + <style class="list-search-style"></style> </head> <body> <div class="full height"> |