summaryrefslogtreecommitdiff
path: root/app/views/shared/_ref_dropdown.html.haml
blob: 8b2a3bee407545b66301016339537d03e630e056 (plain)
1
2
3
4
5
6
7
- 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