summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures/project_title.html.haml
blob: 4547feeb212ffe3aa9c7ff8b8ad0c6d64f03cc53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.header-content
  %h1.title
    %a
      GitLab Org
    %a.project-item-select-holder{href: "/gitlab-org/gitlab-test"}
      GitLab Test
    %i.fa.chevron-down.dropdown-toggle-caret.js-projects-dropdown-toggle{ "data-toggle" => "dropdown", "data-target" => ".header-content" }
  .js-dropdown-menu-projects
    .dropdown-menu.dropdown-select.dropdown-menu-projects
      .dropdown-title
        %span Go to a project
        %button.dropdown-title-button.dropdown-menu-close{"aria-label" => "Close", type: "button"}
          %i.fa.fa-times.dropdown-menu-close-icon
      .dropdown-input
        %input.dropdown-input-field{id: "", placeholder: "Search your projects", type: "search", value: ""}
        %i.fa.fa-search.dropdown-input-search
        %i.fa.fa-times.dropdown-input-clear.js-dropdown-input-clear{role: "button"}
      .dropdown-content
      .dropdown-loading
        %i.fa.fa-spinner.fa-spin