debian-mirror-gitlab/app/views/shared/_ref_dropdown.html.haml

8 lines
282 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
- dropdown_class = local_assigns.fetch(:dropdown_class, '')
2017-09-10 17:25:29 +05:30
.dropdown-menu.dropdown-menu-selectable.git-revision-dropdown{ class: dropdown_class }
2020-05-24 23:13:21 +05:30
= dropdown_title _('Select Git revision')
= dropdown_filter _('Filter by Git revision')
2016-08-24 12:49:21 +05:30
= dropdown_content
= dropdown_loading