debian-mirror-gitlab/app/views/dashboard/projects/_projects.html.haml

12 lines
458 B
Text
Raw Normal View History

2015-09-25 12:07:36 +05:30
.projects-list-holder
.projects-search-form
2015-04-26 12:48:37 +05:30
.input-group
2015-10-24 18:46:33 +05:30
= search_field_tag :filter_projects, nil, placeholder: 'Filter by name', class: 'projects-list-filter form-control', spellcheck: false
2015-04-26 12:48:37 +05:30
- if current_user.can_create_project?
%span.input-group-btn
2015-10-24 18:46:33 +05:30
= link_to new_project_path, class: 'btn btn-green' do
%i.fa.fa-plus
New Project
2014-09-02 18:07:02 +05:30
2015-10-24 18:46:33 +05:30
= render 'shared/projects/list', projects: @projects, ci: true