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
5f0365f3
Commit
5f0365f3
authored
Dec 21, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in app/views/projects/merge_requests/show.html.haml
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
bbe30aaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
app/views/projects/merge_requests/show.html.haml
app/views/projects/merge_requests/show.html.haml
+0
-3
No files found.
app/views/projects/merge_requests/show.html.haml
View file @
5f0365f3
...
...
@@ -22,7 +22,6 @@
:javascript
window
.
gl
=
window
.
gl
||
{};
window
.
gl
.
mrWidgetData
=
#{
serialize_issuable
(
@merge_request
,
serializer:
'widget'
)
}
<
<<<<<<
HEAD
// Append static, server-generated data not included in merge request entity (EE-Only)
// Object.assign would be useful here, but it blows up Phantom.js in tests
...
...
@@ -30,8 +29,6 @@
window
.
gl
.
mrWidgetData
.
geo_secondary_help_path
=
'
#{
help_page_path
(
"/gitlab-geo/configuration.md"
)
}
'
;
window
.
gl
.
mrWidgetData
.
enable_squash_before_merge
=
'
#{
@merge_request
.
project
.
feature_available?
(
:merge_request_squash
)
}
'
===
'
true
'
;
window
.
gl
.
mrWidgetData
.
squash_before_merge_help_path
=
'
#{
help_page_path
(
"user/project/merge_requests/squash_and_merge"
)
}
'
;
==
=====
>
>>>>>> upstream/master
#js-vue-mr-widget
.mr-widget
...
...
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