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