summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-05-27 17:56:36 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-05-27 17:56:36 +0200
commit6cf45dde0c2d82d777a6c417cdddb90a1e94ebe1 (patch)
tree237d1b2fd63fe3165c54ad919230b5238874a5c2
parent284664448f62df8c7fb4f8283e0bee16db6ffeab (diff)
downloadgitlab-ce-header-icons.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.haml4
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'