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 <dzaporozhets@sphereconsultinginc.com>2012-10-03 13:49:43 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-10-03 13:49:43 +0400
commit224fb5770ce71061861f5c2bddb01924d668a841 (patch)
tree7cc4078293854afa2d918195f81068790e139016 /app/views/groups/_projects.html.haml
parent010ac2b17f1e4bd0e104a90fd8bfc8c7bcb67ac8 (diff)
Added ability to manage groups from admin
Diffstat (limited to 'app/views/groups/_projects.html.haml')
-rw-r--r--app/views/groups/_projects.html.haml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/groups/_projects.html.haml b/app/views/groups/_projects.html.haml
index 35433057aa2..b565dad37a9 100644
--- a/app/views/groups/_projects.html.haml
+++ b/app/views/groups/_projects.html.haml
@@ -3,11 +3,6 @@
Projects
%small
(#{projects.count})
- - if current_user.can_create_project?
- %span.right
- = link_to new_project_path, class: "btn very_small info" do
- %i.icon-plus
- New Project
%ul.unstyled
- projects.each do |project|
%li.wll