Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNur Rony <pro.nmrony@gmail.com>2017-01-31 14:00:53 +0300
committerNur Rony <pro.nmrony@gmail.com>2017-01-31 14:00:53 +0300
commit90114fea5f4ec410fd3a01892706ad6a066efa43 (patch)
tree47f9638dba805a57a3425b78e761ae7a9907ef19 /app/views/admin/projects/index.html.haml
parente8f4f30627c07cbca26e7ce292cad7942ca76d0d (diff)
hides search button
Diffstat (limited to 'app/views/admin/projects/index.html.haml')
-rw-r--r--app/views/admin/projects/index.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/admin/projects/index.html.haml b/app/views/admin/projects/index.html.haml
index 5936312801b..cf8d438670b 100644
--- a/app/views/admin/projects/index.html.haml
+++ b/app/views/admin/projects/index.html.haml
@@ -40,6 +40,7 @@
= render 'shared/projects/dropdown'
= link_to new_project_path, class: 'btn btn-new' do
New Project
+ = button_tag "Search", class: "btn btn-primary btn-search hide"
%ul.nav-links
- opts = params[:visibility_level].present? ? {} : { page: admin_projects_path }