mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 10:36:04 +10:00
Fixed the icons
This commit is contained in:
@@ -15,7 +15,11 @@
|
||||
Project Settings
|
||||
= nav_link(controller: :group_links) do
|
||||
= link_to namespace_project_group_links_path(@project.namespace, @project) do
|
||||
<<<<<<< Updated upstream
|
||||
=icon('share-square fw')
|
||||
=======
|
||||
= icon('share-square-o fw')
|
||||
>>>>>>> Stashed changes
|
||||
%span
|
||||
Groups
|
||||
= nav_link(controller: :deploy_keys) do
|
||||
@@ -45,6 +49,10 @@
|
||||
Protected branches
|
||||
= nav_link(controller: :audit_events) do
|
||||
= link_to namespace_project_audit_events_path(@project.namespace, @project) do
|
||||
<<<<<<< Updated upstream
|
||||
= icon('file-text fw')
|
||||
=======
|
||||
= icon('file-text-o fw')
|
||||
>>>>>>> Stashed changes
|
||||
%span
|
||||
Audit Events
|
||||
|
||||
Reference in New Issue
Block a user