From 6cf45dde0c2d82d777a6c417cdddb90a1e94ebe1 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 27 May 2015 17:56:36 +0200 Subject: [PATCH] Replace some icons in header Signed-off-by: Dmitriy Zaporozhets --- app/views/layouts/_head_panel.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/_head_panel.html.haml b/app/views/layouts/_head_panel.html.haml index 581d6a3961..979755db65 100644 --- a/app/views/layouts/_head_panel.html.haml +++ b/app/views/layouts/_head_panel.html.haml @@ -30,13 +30,13 @@ - if current_user.is_admin? %li = link_to admin_root_path, title: 'Admin area', data: {toggle: 'tooltip', placement: 'bottom'} do - = icon('cogs') + = icon('wrench') - if current_user.can_create_project? %li = link_to new_project_path, title: 'New project', data: {toggle: 'tooltip', placement: 'bottom'} do = icon('plus') %li = link_to profile_path, title: 'Profile settings', data: {toggle: 'tooltip', placement: 'bottom'} do - = icon('user') + = icon('cog') = render 'shared/outdated_browser'