Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
79cd4de0
Commit
79cd4de0
authored
Sep 11, 2020
by
Robert Hunt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated static fixture to use new HTML output
parent
b9b08f62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
24 deletions
+37
-24
spec/frontend/fixtures/static/deprecated_jquery_dropdown.html
.../frontend/fixtures/static/deprecated_jquery_dropdown.html
+37
-24
No files found.
spec/frontend/fixtures/static/deprecated_jquery_dropdown.html
View file @
79cd4de0
<div>
<div
class=
"dropdown inline"
>
<button
class=
"dropdown-menu-toggle"
data-toggle=
"dropdown"
id=
"js-project-dropdown"
type=
"button"
>
<div
class=
"dropdown-toggle-text"
>
Projects
</div>
<i
class=
"fa fa-chevron-down dropdown-toggle-caret js-projects-dropdown-toggle"
></i>
</button>
<div
class=
"dropdown-menu dropdown-select dropdown-menu-selectable"
>
<div
class=
"dropdown-title"
>
<span>
Go to project
</span>
<button
aria=
"{:label=>"Close"}"
class=
"dropdown-title-button dropdown-menu-close"
>
<i
class=
"fa fa-times dropdown-menu-close-icon"
></i>
</button>
</div>
<div
class=
"dropdown-input"
>
<input
class=
"dropdown-input-field"
placeholder=
"Filter results"
type=
"search"
>
<i
class=
"fa fa-search dropdown-input-search"
></i>
</div>
<div
class=
"dropdown-content"
></div>
<div
class=
"dropdown-loading"
>
<i
class=
"fa fa-spinner fa-spin"
></i>
</div>
</div>
</div>
<div
class=
"dropdown inline"
>
<button
class=
"dropdown-menu-toggle"
data-toggle=
"dropdown"
id=
"js-project-dropdown"
type=
"button"
>
<div
class=
"dropdown-toggle-text"
>
Projects
</div>
<i
class=
"fa fa-chevron-down dropdown-toggle-caret js-projects-dropdown-toggle"
></i>
</button>
<div
class=
"dropdown-menu dropdown-select dropdown-menu-selectable"
>
<div
class=
"dropdown-title gl-display-flex gl-align-items-center"
>
<span
class=
"gl-ml-auto"
>
Go to project
</span>
<button
aria-label=
"Close"
type=
"button"
class=
"btn dropdown-title-button dropdown-menu-close gl-ml-auto btn-default btn-sm gl-button btn-default-tertiary btn-icon"
>
<svg
data-testid=
"close-icon"
class=
"gl-icon s16 dropdown-menu-close-icon"
>
<use
href=
"/assets/icons-795a2ef2fd636a0538bbef3b8d2787dd90927b42d7617fdda8620930016b333d.svg#close"
></use>
</svg>
</button>
</div>
<div
class=
"dropdown-input"
>
<input
class=
"dropdown-input-field"
placeholder=
"Filter results"
type=
"search"
/>
<i
class=
"fa fa-search dropdown-input-search"
></i>
</div>
<div
class=
"dropdown-content"
></div>
<div
class=
"dropdown-loading"
>
<i
class=
"fa fa-spinner fa-spin"
></i>
</div>
</div>
</div>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment