summaryrefslogtreecommitdiff
path: root/app/views/dashboard/projects/_projects.html.haml
diff options
context:
space:
mode:
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