summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/creations/branch_to.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/merge_requests/creations/branch_to.html.haml')
-rw-r--r--app/views/projects/merge_requests/creations/branch_to.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/merge_requests/creations/branch_to.html.haml b/app/views/projects/merge_requests/creations/branch_to.html.haml
new file mode 100644
index 00000000000..d69b71790a0
--- /dev/null
+++ b/app/views/projects/merge_requests/creations/branch_to.html.haml
@@ -0,0 +1,2 @@
+- if @commit
+ = commit_to_html(@commit, @ref, @target_project)