Commit c2f104000615f1f68ca9be61825add098265053f
1 parent
8457415e
Exists in
master
and in
4 other branches
Few fixes to spinach tests
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
app/views/groups/_projects.html.haml
... | ... | @@ -3,9 +3,9 @@ |
3 | 3 | Projects (#{projects.count}) |
4 | 4 | - if can? current_user, :manage_group, @group |
5 | 5 | %span.pull-right |
6 | - = link_to new_project_path(namespace_id: @group.id), class: "btn" do | |
6 | + = link_to new_project_path(namespace_id: @group.id), class: "btn btn-new" do | |
7 | 7 | %i.icon-plus |
8 | - New Project | |
8 | + New project | |
9 | 9 | %ul.well-list |
10 | 10 | - if projects.blank? |
11 | 11 | %p.nothing_here_message This groups has no projects yet | ... | ... |
features/steps/dashboard/dashboard.rb
features/steps/group/group.rb