summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-01-12 15:32:26 +0000
committerPhil Hughes <me@iamphill.com>2018-01-16 11:49:25 +0000
commitd9764a5ce4945505c69742ec74597b45bfd0898d (patch)
treef0a807eb1ca78464e2d151bb3224446e5a9c794c /app/views/projects
parenta369988b4a2551e7214660b6ea4161f02381ab30 (diff)
downloadgitlab-ce-d9764a5ce4945505c69742ec74597b45bfd0898d.tar.gz
more spec fixes
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/merge_requests/creations/_new_submit.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/creations/_new_submit.html.haml b/app/views/projects/merge_requests/creations/_new_submit.html.haml
index 4b5fa28078a..43cc877acec 100644
--- a/app/views/projects/merge_requests/creations/_new_submit.html.haml
+++ b/app/views/projects/merge_requests/creations/_new_submit.html.haml
@@ -15,7 +15,6 @@
= f.hidden_field :source_project_id
= f.hidden_field :source_branch
= f.hidden_field :target_project_id
- = f.hidden_field :target_branch
.mr-compare.merge-request.js-merge-request-new-submit{ 'data-mr-submit-action': "#{j params[:tab].presence || 'new'}" }
- if @commits.empty?