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:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2015-12-21 23:47:29 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2015-12-23 16:25:03 +0300
commit48ecb614e795668f40e03174c98ad7fb4adef7a2 (patch)
treeb715639d0928e5a62bac324d1a8e7514fedc0d31 /app/views/dashboard/projects/_projects.html.haml
parente1e39b61e52146a3796efa4c7a0a099b80e5c932 (diff)
project header
Diffstat (limited to 'app/views/dashboard/projects/_projects.html.haml')
-rw-r--r--app/views/dashboard/projects/_projects.html.haml8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/dashboard/projects/_projects.html.haml b/app/views/dashboard/projects/_projects.html.haml
index 81a5909e2d2..cea9ffcc748 100644
--- a/app/views/dashboard/projects/_projects.html.haml
+++ b/app/views/dashboard/projects/_projects.html.haml
@@ -1,11 +1,3 @@
.projects-list-holder
- .projects-search-form
- .input-group
- = search_field_tag :filter_projects, nil, placeholder: 'Filter by name', class: 'projects-list-filter form-control', spellcheck: false
- - if current_user.can_create_project?
- %span.input-group-btn
- = link_to new_project_path, class: 'btn btn-green' do
- %i.fa.fa-plus
- New Project
= render 'shared/projects/list', projects: @projects, ci: true