summaryrefslogtreecommitdiff
path: root/app/views/groups/_projects.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 19:32:19 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 19:32:19 +0300
commitb66d9c4f28168be13616696a20e252c7adae3e49 (patch)
tree0828a45f8164797b0a575ffecf3f29f2dce34384 /app/views/groups/_projects.html.haml
parenta2b3eb134a5549bf9c80a8ee0f950a4c67777413 (diff)
downloadgitlab-ce-b66d9c4f28168be13616696a20e252c7adae3e49.tar.gz
Remove ui-box css
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/groups/_projects.html.haml')
-rw-r--r--app/views/groups/_projects.html.haml2
1 files changed, 1 insertions, 1 deletions
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