Commit f13bc475 authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra
Browse files

changed additional places where cog was used for settings like group settings...

changed additional places where cog was used for settings like group settings and admin settings, changed changelog to reflect
parent 1ac47d36
......@@ -74,7 +74,7 @@ v 8.12.4
- Fix failed project deletion when feature visibility set to private. !6688
- Prevent claiming associated model IDs via import.
- Set GitLab project exported file permissions to owner only
- changed project-settings-button from fa-cog to fa-sliders.
- Changed settings-button from fa-cog to fa-sliders.
v 8.12.3
- Update Gitlab Shell to support low IO priority for storage moves
......
.controls
.dropdown.admin-settings-dropdown
%a.dropdown-new.btn.btn-default{href: '#', 'data-toggle' => 'dropdown'}
= icon('cog')
= icon('sliders')
= icon('caret-down')
%ul.dropdown-menu.dropdown-menu-align-right
= nav_link(controller: :deploy_keys) do
......
......@@ -8,7 +8,7 @@
.controls
.dropdown.group-settings-dropdown
%a.dropdown-new.btn.btn-default#group-settings-button{href: '#', 'data-toggle' => 'dropdown'}
= icon('cog')
= icon('sliders')
= icon('caret-down')
%ul.dropdown-menu.dropdown-menu-align-right
- if can_admin_group
......
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