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

project_select_combo_button.html « static « fixtures « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 444e0bc84a2e2b0fb5cb50dd1f2f766328d9b216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="project-item-select-holder">
  <input class="project-item-select" data-group-id="12345" data-relative-path="issues/new" />
  <a class="new-project-item-link" data-label="New issue" data-type="issues" href="">
    <span class="gl-spinner"></span>
  </a>
  <a class="new-project-item-select-button">
    <svg data-testid="chevron-down-icon" class="gl-icon s16">
      <use
        href="/assets/icons-795a2ef2fd636a0538bbef3b8d2787dd90927b42d7617fdda8620930016b333d.svg#chevron-down"
      ></use>
    </svg>
  </a>
</div>