Skip to content
Snippets Groups Projects
Commit a972ce17 authored by Чингиз Ауанасов's avatar Чингиз Ауанасов
Browse files

+ and Titleize New Project button on dashboard

parent 468c3559
No related branches found
No related tags found
1 merge request!1564+ and Titleize New Project button on dashboard
Loading
@@ -5,6 +5,6 @@
Loading
@@ -5,6 +5,6 @@
- if current_user.can_create_project? - if current_user.can_create_project?
%span.input-group-btn %span.input-group-btn
= link_to new_project_path, class: 'btn btn-green' do = link_to new_project_path, class: 'btn btn-green' do
New project + New Project
   
= render 'shared/projects/list', projects: @projects, ci: true = render 'shared/projects/list', projects: @projects, ci: true
Loading
@@ -5,6 +5,6 @@
Loading
@@ -5,6 +5,6 @@
- if can? current_user, :create_projects, @group - if can? current_user, :create_projects, @group
%span.input-group-btn %span.input-group-btn
= link_to new_project_path(namespace_id: @group.id), class: 'btn btn-green' do = link_to new_project_path(namespace_id: @group.id), class: 'btn btn-green' do
New project + New Project
   
= render 'shared/projects/list', projects: @projects, projects_limit: 20, stars: false = render 'shared/projects/list', projects: @projects, projects_limit: 20, stars: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment