debian-mirror-gitlab/app/views/shared/_ref_dropdown.html.haml
2017-09-10 17:25:29 +05:30

8 lines
276 B
Plaintext

- 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