2017-05-04 14:49:56 -04:00
|
|
|
- dropdown_class = local_assigns.fetch(:dropdown_class, '')
|
|
|
|
|
2017-05-11 11:47:44 -04:00
|
|
|
.dropdown-menu.dropdown-menu-selectable.git-revision-dropdown{ class: dropdown_class }
|
2020-05-18 02:08:14 -04:00
|
|
|
= dropdown_title _('Select Git revision')
|
|
|
|
= dropdown_filter _('Filter by Git revision')
|
2016-06-24 05:06:57 -04:00
|
|
|
= dropdown_content
|
|
|
|
= dropdown_loading
|