diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-05-27 17:56:36 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-05-27 17:56:36 +0200 |
commit | 6cf45dde0c2d82d777a6c417cdddb90a1e94ebe1 (patch) | |
tree | 237d1b2fd63fe3165c54ad919230b5238874a5c2 | |
parent | 284664448f62df8c7fb4f8283e0bee16db6ffeab (diff) | |
download | gitlab-ce-6cf45dde0c2d82d777a6c417cdddb90a1e94ebe1.tar.gz |
Replace some icons in headerheader-icons
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/views/layouts/_head_panel.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/_head_panel.html.haml b/app/views/layouts/_head_panel.html.haml index 581d6a3961b..979755db652 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' |