From 4beae990b37e3583485bb33f03e08e3cc798ff37 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 3 Feb 2016 01:08:30 +0100 Subject: Refactor nav controls section (search and new project/group btn) Signed-off-by: Dmitriy Zaporozhets --- app/views/dashboard/_groups_head.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/dashboard/_groups_head.html.haml') diff --git a/app/views/dashboard/_groups_head.html.haml b/app/views/dashboard/_groups_head.html.haml index e52070704d9..3d17f74b709 100644 --- a/app/views/dashboard/_groups_head.html.haml +++ b/app/views/dashboard/_groups_head.html.haml @@ -7,7 +7,7 @@ = link_to explore_groups_path, title: 'Explore groups' do Explore Groups - if current_user.can_create_group? - .projects-search-form + .nav-controls = link_to new_group_path, class: "btn btn-new" do = icon('plus') New Group -- cgit v1.2.1