summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-24 17:47:09 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-24 17:47:09 +0200
commitf6c482c06f48449e7dcff34455b5bbdfbd8f6c7b (patch)
tree5524251aeea0ae6f00a4ecb8775fbf542d98eab5 /app/views/dashboard
parentd9027df5b55f2eb82f1a71e96412c5e802909090 (diff)
downloadgitlab-ce-f6c482c06f48449e7dcff34455b5bbdfbd8f6c7b.tar.gz
User can create group
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/_groups.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/_groups.html.haml b/app/views/dashboard/_groups.html.haml
index 7f544406761..dc50bffda80 100644
--- a/app/views/dashboard/_groups.html.haml
+++ b/app/views/dashboard/_groups.html.haml
@@ -5,7 +5,7 @@
(#{groups.count})
- if current_user.can_create_group?
%span.right
- = link_to new_admin_group_path, class: "btn very_small info" do
+ = link_to new_group_path, class: "btn very_small info" do
%i.icon-plus
New Group
%ul.well-list