debian-mirror-gitlab/app/views/shared/_ref_dropdown.html.haml
2017-08-17 22:00:37 +05:30

8 lines
254 B
Text

- dropdown_class = local_assigns.fetch(:dropdown_class, '')
.dropdown-menu.dropdown-menu-selectable{ class: dropdown_class }
= dropdown_title "Select Git revision"
= dropdown_filter "Filter by Git revision"
= dropdown_content
= dropdown_loading