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
05f5bb11
Commit
05f5bb11
authored
Oct 01, 2018
by
Bob Van Landuyt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts for views/help/index.html.haml
parent
50dc89f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
app/views/help/index.html.haml
app/views/help/index.html.haml
+0
-4
spec/views/help/index.html.haml_spec.rb
spec/views/help/index.html.haml_spec.rb
+0
-4
No files found.
app/views/help/index.html.haml
View file @
05f5bb11
...
...
@@ -7,11 +7,7 @@
GitLab
Enterprise Edition
-
if
user_signed_in?
<
<<<<<<
HEAD
%span
=
link_to
Gitlab
::
VERSION
,
Gitlab
::
COM_URL
+
namespace_project_tag_path
(
'gitlab-org'
,
'gitlab-ee'
,
"v
#{
Gitlab
::
VERSION
}
"
)
==
=====
%span
=
link_to
Gitlab
::
VERSION
,
Gitlab
::
COM_URL
+
namespace_project_tag_path
(
'gitlab-org'
,
'gitlab-ce'
,
"v
#{
Gitlab
::
VERSION
}
"
)
>
>>>>>> upstream/master
=
version_status_badge
%hr
...
...
spec/views/help/index.html.haml_spec.rb
View file @
05f5bb11
...
...
@@ -21,11 +21,7 @@ describe 'help/index' do
render
expect
(
rendered
).
to
match
'8.0.2'
<<<<<<<
HEAD
expect
(
rendered
).
to
have_link
(
'8.0.2'
,
href:
'https://gitlab.com/gitlab-org/gitlab-ee/tags/v8.0.2'
)
=======
expect
(
rendered
).
to
have_link
(
'8.0.2'
,
href:
'https://gitlab.com/gitlab-org/gitlab-ce/tags/v8.0.2'
)
>>>>>>>
upstream
/
master
end
end
...
...
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