Commit 18cdc044 authored by Justin Ho's avatar Justin Ho

Replace FA cog icon with GitLab settings icon

parent 13f136e1
......@@ -19,8 +19,8 @@
= link_to _('Edit'), edit_admin_user_path(user), id: "edit_#{dom_id(user)}", class: 'btn btn-default'
- unless user == current_user
%button.dropdown-new.btn.btn-default{ type: 'button', data: { toggle: 'dropdown' } }
= icon('cog')
= icon('caret-down')
= sprite_icon('settings')
= sprite_icon('chevron-down')
%ul.dropdown-menu.dropdown-menu-right
%li.dropdown-header
= _('Settings')
......
---
title: Replace Font Awesome cog icon with GitLab settings icon
merge_request: 22259
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment