Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b0a4476c
Commit
b0a4476c
authored
Jun 12, 2017
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts
parent
a17ceab3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
app/helpers/projects_helper.rb
app/helpers/projects_helper.rb
+0
-6
spec/features/projects/blobs/blob_show_spec.rb
spec/features/projects/blobs/blob_show_spec.rb
+0
-6
No files found.
app/helpers/projects_helper.rb
View file @
b0a4476c
...
...
@@ -485,15 +485,9 @@ module ProjectsHelper
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
::
PRIVATE
=>
s_
(
'ProjectFeature|Only team members'
),
ProjectFeature
::
ENABLED
=>
s_
(
'ProjectFeature|Everyone with access'
)
>>>>>>>
ce
-
com
/
master
}
end
...
...
spec/features/projects/blobs/blob_show_spec.rb
View file @
b0a4476c
...
...
@@ -105,13 +105,7 @@ feature 'File blob', :js, feature: true do
context
'visiting with a line number anchor'
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'
)
>>>>>>>
ce
-
com
/
master
end
it
'displays the blob using the simple viewer'
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment