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
e5f31fe0
Commit
e5f31fe0
authored
May 12, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix views conflicts
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
e2b253dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
app/views/projects/merge_requests/_show.html.haml
app/views/projects/merge_requests/_show.html.haml
+0
-5
app/views/shared/issuable/form/_merge_params.html.haml
app/views/shared/issuable/form/_merge_params.html.haml
+0
-3
No files found.
app/views/projects/merge_requests/_show.html.haml
View file @
e5f31fe0
...
...
@@ -18,7 +18,6 @@
:javascript
window
.
gl
.
mrWidgetData
=
#{
serialize_issuable
(
@merge_request
)
}
<
<<<<<<
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
window
.
gl
.
mrWidgetData
.
is_geo_secondary_node
=
'
#{
Gitlab
::
Geo
.
secondary?
}
'
===
'
true
'
;
...
...
@@ -27,10 +26,6 @@
#js-vue-mr-widget
.mr-widget
==
=====
#js-vue-mr-widget
.mr-widget
>
>>>>>> upstream/master
-
content_for
:page_specific_javascripts
do
=
page_specific_javascript_bundle_tag
(
'vue_merge_request_widget'
)
...
...
app/views/shared/issuable/form/_merge_params.html.haml
View file @
e5f31fe0
...
...
@@ -5,7 +5,6 @@
-# This check is duplicated below, to avoid conflicts with EE.
-
return
unless
issuable
.
can_remove_source_branch?
(
current_user
)
<
<<<<<<
HEAD
.form-group
.col-sm-10.col-sm-offset-2
...
...
@@ -15,5 +14,3 @@
=
check_box_tag
'merge_request[squash]'
,
'1'
,
issuable
.
squash
Squash commits when merge request is accepted.
=
link_to
'About this feature'
,
help_page_path
(
'user/project/merge_requests/squash_and_merge'
)
==
=====
>
>>>>>> upstream/master
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