Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-27 14:49:29 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-27 14:49:29 +0400
commitc2f104000615f1f68ca9be61825add098265053f (patch)
tree1b9ba1f4c83a832cd4fe64a4375429718fd6d52a /app/views/groups/_projects.html.haml
parent8457415eb92f80bf485d40c41fafa02cd9377904 (diff)
Few fixes to spinach tests
Diffstat (limited to 'app/views/groups/_projects.html.haml')
-rw-r--r--app/views/groups/_projects.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/_projects.html.haml b/app/views/groups/_projects.html.haml
index cbad2e3e522..16a3c60f660 100644
--- a/app/views/groups/_projects.html.haml
+++ b/app/views/groups/_projects.html.haml
@@ -3,9 +3,9 @@
Projects (#{projects.count})
- if can? current_user, :manage_group, @group
%span.pull-right
- = link_to new_project_path(namespace_id: @group.id), class: "btn" do
+ = link_to new_project_path(namespace_id: @group.id), class: "btn btn-new" do
%i.icon-plus
- New Project
+ New project
%ul.well-list
- if projects.blank?
%p.nothing_here_message This groups has no projects yet