Commit 0c6505c7 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in app/views/layouts/nav/_new_group_sidebar.html.haml

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 597ea72a
...@@ -55,11 +55,7 @@ ...@@ -55,11 +55,7 @@
%span %span
Members Members
- if current_user && can?(current_user, :admin_group, @group) - if current_user && can?(current_user, :admin_group, @group)
<<<<<<< HEAD
= nav_link(path: %w[groups#projects groups#edit ci_cd#show ldap_group_links#index hooks#index audit_events#index pipeline_quota#index]) do = nav_link(path: %w[groups#projects groups#edit ci_cd#show ldap_group_links#index hooks#index audit_events#index pipeline_quota#index]) do
=======
= nav_link(path: %w[groups#projects groups#edit ci_cd#show]) do
>>>>>>> upstream/master
= link_to edit_group_path(@group), title: 'Settings' do = link_to edit_group_path(@group), title: 'Settings' do
%span %span
Settings Settings
...@@ -78,8 +74,5 @@ ...@@ -78,8 +74,5 @@
= link_to group_settings_ci_cd_path(@group), title: 'Pipelines' do = link_to group_settings_ci_cd_path(@group), title: 'Pipelines' do
%span %span
Pipelines Pipelines
<<<<<<< HEAD
= render "groups/ee/settings_nav" = render "groups/ee/settings_nav"
=======
>>>>>>> upstream/master
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