From b66d9c4f28168be13616696a20e252c7adae3e49 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 29 May 2014 19:32:19 +0300 Subject: Remove ui-box css Signed-off-by: Dmitriy Zaporozhets --- app/views/groups/_projects.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/groups/_projects.html.haml') diff --git a/app/views/groups/_projects.html.haml b/app/views/groups/_projects.html.haml index 520310bc433..a6ca41877a4 100644 --- a/app/views/groups/_projects.html.haml +++ b/app/views/groups/_projects.html.haml @@ -2,7 +2,7 @@ .panel-heading Projects (#{projects.count}) - if can? current_user, :create_projects, @group - %span.pull-right + .panel-head-actions = link_to new_project_path(namespace_id: @group.id), class: "btn btn-new" do %i.icon-plus New project -- cgit v1.2.1