13 lines
532 B
HTML
13 lines
532 B
HTML
<div class="project-item-select-holder">
|
|
<input class="project-item-select" data-group-id="12345" data-relative-path="issues/new" />
|
|
<a class="js-new-project-item-link" data-label="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>
|