Commit 3668dba8 authored by Phil Hughes's avatar Phil Hughes

Fixed conflicts

parent f56b8796
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
= icon('cog') = icon('cog')
= icon('caret-down') = icon('caret-down')
%ul.dropdown-menu.dropdown-menu-align-right %ul.dropdown-menu.dropdown-menu-align-right
<<<<<<< HEAD
= nav_link(path: 'groups#projects') do = nav_link(path: 'groups#projects') do
= link_to 'Projects', projects_group_path(@group), title: 'Projects' = link_to 'Projects', projects_group_path(@group), title: 'Projects'
%li.divider %li.divider
...@@ -29,14 +28,6 @@ ...@@ -29,14 +28,6 @@
= link_to group_audit_events_path(@group), title: "Audit Events" do = link_to group_audit_events_path(@group), title: "Audit Events" do
%span %span
Audit Events Audit Events
=======
- if can_admin_group
= nav_link(path: 'groups#projects') do
= link_to 'Projects', projects_group_path(@group), title: 'Projects'
- if can_edit || can_leave
%li.divider
- if can_edit
>>>>>>> fd1741b47970fc52d994367ba38b5d1353d94725
%li %li
= link_to 'Edit Group', edit_group_path(@group) = link_to 'Edit Group', edit_group_path(@group)
- if can_leave - if can_leave
......
%fieldset.features.append-bottom-0.issues-feature %fieldset.features.append-bottom-0.issue-feature
%h5.prepend-top-0 %h5.prepend-top-0
Issues Issues
.form-group .form-group
......
...@@ -102,12 +102,9 @@ ...@@ -102,12 +102,9 @@
%strong Container Registry %strong Container Registry
%br %br
%span.descr Enable Container Registry for this repository %span.descr Enable Container Registry for this repository
<<<<<<< ours
%hr %hr
= render 'issues_settings', f: f = render 'issues_settings', f: f
======= %hr
>>>>>>> theirs
= render 'merge_request_settings', f: f = render 'merge_request_settings', f: f
%hr %hr
%fieldset.features.append-bottom-default %fieldset.features.append-bottom-default
......
...@@ -142,7 +142,6 @@ ...@@ -142,7 +142,6 @@
title: 'Moving an issue will copy the discussion to a different project and close it here. All participants will be notified of the new location.' } title: 'Moving an issue will copy the discussion to a different project and close it here. All participants will be notified of the new location.' }
= icon('question-circle') = icon('question-circle')
<<<<<<< ours
- if issuable.is_a?(MergeRequest) - if issuable.is_a?(MergeRequest)
- if @merge_request.requires_approve? - if @merge_request.requires_approve?
- approvals = issuable.target_project.approvals_before_merge - approvals = issuable.target_project.approvals_before_merge
...@@ -191,9 +190,7 @@ ...@@ -191,9 +190,7 @@
Suggested approvers: Suggested approvers:
= raw @suggested_approvers.map{|approver| link_to sanitize(approver.name), "#", id: dom_id(approver) }.join(", ") = raw @suggested_approvers.map{|approver| link_to sanitize(approver.name), "#", id: dom_id(approver) }.join(", ")
=======
- if issuable.is_a?(MergeRequest) && !issuable.closed_without_fork? - if issuable.is_a?(MergeRequest) && !issuable.closed_without_fork?
>>>>>>> theirs
%hr %hr
- if @merge_request.new_record? - if @merge_request.new_record?
.form-group .form-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