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: 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