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