summaryrefslogtreecommitdiff
path: root/app/views/shared/_ref_dropdown.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_ref_dropdown.html.haml')
-rw-r--r--app/views/shared/_ref_dropdown.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/shared/_ref_dropdown.html.haml b/app/views/shared/_ref_dropdown.html.haml
new file mode 100644
index 00000000000..8b2a3bee407
--- /dev/null
+++ b/app/views/shared/_ref_dropdown.html.haml
@@ -0,0 +1,7 @@
+- dropdown_class = local_assigns.fetch(:dropdown_class, '')
+
+.dropdown-menu.dropdown-menu-selectable.git-revision-dropdown{ class: dropdown_class }
+ = dropdown_title "Select Git revision"
+ = dropdown_filter "Filter by Git revision"
+ = dropdown_content
+ = dropdown_loading