summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/update_branches.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/merge_requests/update_branches.html.haml')
-rw-r--r--app/views/projects/merge_requests/update_branches.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/projects/merge_requests/update_branches.html.haml b/app/views/projects/merge_requests/update_branches.html.haml
new file mode 100644
index 00000000000..1b93188a10c
--- /dev/null
+++ b/app/views/projects/merge_requests/update_branches.html.haml
@@ -0,0 +1,5 @@
+%ul
+ - @target_branches.each do |branch|
+ %li
+ %a{ href: "#", class: "#{("is-active" if "a" == branch)}", data: { id: branch } }
+ = branch