Commit 758ea752 authored by Darby's avatar Darby

Fixed merge request rejection

parent 083662f6
...@@ -15,11 +15,7 @@ ...@@ -15,11 +15,7 @@
Project Settings Project Settings
= nav_link(controller: :group_links) do = nav_link(controller: :group_links) do
= link_to namespace_project_group_links_path(@project.namespace, @project) do = link_to namespace_project_group_links_path(@project.namespace, @project) do
<<<<<<< Updated upstream
=icon('share-square fw')
=======
= icon('share-square-o fw') = icon('share-square-o fw')
>>>>>>> Stashed changes
%span %span
Groups Groups
= nav_link(controller: :deploy_keys) do = nav_link(controller: :deploy_keys) do
...@@ -49,10 +45,6 @@ ...@@ -49,10 +45,6 @@
Protected branches Protected branches
= nav_link(controller: :audit_events) do = nav_link(controller: :audit_events) do
= link_to namespace_project_audit_events_path(@project.namespace, @project) do = link_to namespace_project_audit_events_path(@project.namespace, @project) do
<<<<<<< Updated upstream
= icon('file-text fw')
=======
= icon('file-text-o fw') = icon('file-text-o fw')
>>>>>>> Stashed changes
%span %span
Audit Events Audit Events
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