summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/projects/merge_requests/_new_submit.html.haml1
-rw-r--r--app/views/projects/merge_requests/show/_pipelines.html.haml2
2 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/merge_requests/_new_submit.html.haml b/app/views/projects/merge_requests/_new_submit.html.haml
index 3a670cb70dd..bfe461e6943 100644
--- a/app/views/projects/merge_requests/_new_submit.html.haml
+++ b/app/views/projects/merge_requests/_new_submit.html.haml
@@ -18,7 +18,6 @@
= f.hidden_field :target_branch
.mr-compare.merge-request
-<<<<<<< 4a8cb230c6ba28ccdcd6da91855005e4fa0c46bf
- if @commits.empty?
.commits-empty
%h4
diff --git a/app/views/projects/merge_requests/show/_pipelines.html.haml b/app/views/projects/merge_requests/show/_pipelines.html.haml
index db0ba88417b..afe3f3430c6 100644
--- a/app/views/projects/merge_requests/show/_pipelines.html.haml
+++ b/app/views/projects/merge_requests/show/_pipelines.html.haml
@@ -1 +1 @@
-= render "projects/commit/pipelines_list", pipelines: @pipeline, link_to_commit: true
+= render "projects/commit/pipelines_list", pipelines: @pipelines, link_to_commit: true