07101cfab6
+ and Titleize New Project button on dashboard Hello there. Its my first merge request in open source world. So please be tolerant to me if i do something wrong. I try to fix https://gitlab.com/gitlab-org/gitlab-ce/issues/2906 See merge request !1564
11 lines
458 B
Text
11 lines
458 B
Text
.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
|