summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures/gl_dropdown.html.haml
blob: a20390c08ee39f4c177fee3472f662c59b2ec1e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%div
  .dropdown.inline
    %button#js-project-dropdown.dropdown-menu-toggle{type: 'button', data: {toggle: 'dropdown'}}
      Projects
      %i.fa.fa-chevron-down.dropdown-toggle-caret.js-projects-dropdown-toggle
    .dropdown-menu.dropdown-select.dropdown-menu-selectable
      .dropdown-title
        %span Go to project
        %button.dropdown-title-button.dropdown-menu-close{aria: {label: 'Close'}}
          %i.fa.fa-times.dropdown-menu-close-icon
      .dropdown-input
        %input.dropdown-input-field{type: 'search', placeholder: 'Filter results'}
        %i.fa.fa-search.dropdown-input-search
      .dropdown-content
      .dropdown-loading
        %i.fa.fa-spinner.fa-spin