debian-mirror-gitlab/app/views/shared/_ref_dropdown.html.haml
2020-05-24 23:13:21 +05:30

8 lines
282 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