summaryrefslogtreecommitdiff
path: root/app/views/dashboard/_groups_head.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-08 17:32:49 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-06-08 17:32:49 +0300
commitbf9e482695481f5a3ec32f7c36d7ec051ec96fa5 (patch)
treee0fad44662121313a1784997543fac9f87b093e2 /app/views/dashboard/_groups_head.html.haml
parent1dc001730b7d08100c0af8c210b5768c7dfbdd32 (diff)
downloadgitlab-ce-bf9e482695481f5a3ec32f7c36d7ec051ec96fa5.tar.gz
Remove unnecessary icons from buttonsdz-improve-ui-consistency
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/dashboard/_groups_head.html.haml')
-rw-r--r--app/views/dashboard/_groups_head.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/dashboard/_groups_head.html.haml b/app/views/dashboard/_groups_head.html.haml
index 3d17f74b709..23c145ebbb4 100644
--- a/app/views/dashboard/_groups_head.html.haml
+++ b/app/views/dashboard/_groups_head.html.haml
@@ -9,5 +9,4 @@
- if current_user.can_create_group?
.nav-controls
= link_to new_group_path, class: "btn btn-new" do
- = icon('plus')
New Group