Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_ref_dropdown.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 96f68c80c48cdade4d64356dfca4009e4fed0b74 (plain)
1
2
3
4
5
6
7
- dropdown_class = local_assigns.fetch(:dropdown_class, '')

.dropdown-menu.dropdown-menu-selectable{ class: dropdown_class }
  = dropdown_title "Select Git revision"
  = dropdown_filter "Filter by Git revision"
  = dropdown_content
  = dropdown_loading