Commit b0a4476c authored by Douwe Maan's avatar Douwe Maan

Resolve conflicts

parent a17ceab3
...@@ -485,15 +485,9 @@ module ProjectsHelper ...@@ -485,15 +485,9 @@ module ProjectsHelper
def project_feature_options def project_feature_options
{ {
<<<<<<< HEAD
s_('ProjectFeature|Disabled') => ProjectFeature::DISABLED,
s_('ProjectFeature|Only team members') => ProjectFeature::PRIVATE,
s_('ProjectFeature|Everyone with access') => ProjectFeature::ENABLED
=======
ProjectFeature::DISABLED => s_('ProjectFeature|Disabled'), ProjectFeature::DISABLED => s_('ProjectFeature|Disabled'),
ProjectFeature::PRIVATE => s_('ProjectFeature|Only team members'), ProjectFeature::PRIVATE => s_('ProjectFeature|Only team members'),
ProjectFeature::ENABLED => s_('ProjectFeature|Everyone with access') ProjectFeature::ENABLED => s_('ProjectFeature|Everyone with access')
>>>>>>> ce-com/master
} }
end end
......
...@@ -105,13 +105,7 @@ feature 'File blob', :js, feature: true do ...@@ -105,13 +105,7 @@ feature 'File blob', :js, feature: true do
context 'visiting with a line number anchor' do context 'visiting with a line number anchor' do
before do before do
<<<<<<< HEAD
visit_blob('files/markdown/ruby-style-guide.md', 'L1')
wait_for_requests
=======
visit_blob('files/markdown/ruby-style-guide.md', anchor: 'L1') visit_blob('files/markdown/ruby-style-guide.md', anchor: 'L1')
>>>>>>> ce-com/master
end end
it 'displays the blob using the simple viewer' do it 'displays the blob using the simple viewer' do
......
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