BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
eb55cf50
Commit
eb55cf50
authored
Dec 05, 2016
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add static dropdown list items
parent
7cf322f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
5 deletions
+21
-5
_search_bar.html.haml
app/views/shared/issuable/_search_bar.html.haml
+21
-5
No files found.
app/views/shared/issuable/_search_bar.html.haml
View file @
eb55cf50
...
...
@@ -35,20 +35,36 @@
%span
.dropdown-light-content
@{{username}}
#js-dropdown-assignee
.dropdown-menu
{
'data-dropdown'
=>
true
}
%ul
{
'data-dynamic'
=>
true
}
%ul
%li
.filter-dropdown
%button
.btn.btn-link
No assignee
%li
.divider
%ul
{
'data-dynamic'
=>
true
}
%li
.filter-dropdown
%button
.btn.btn-link.dropdown-user
%img
.avatar.avatar-inline
{
'data-src'
:
'
{{
avatar_url
}}
', width: '
30
'
}
%strong
{{name}}
%span
{{username}}
.dropdown-user-details
%span
{{name}}
%span
.dropdown-light-content
@{{username}}
#js-dropdown-milestone
.dropdown-menu
{
'data-dropdown'
=>
true
}
%ul
%li
.filter-dropdown
%button
.btn.btn-link
No milestone
%li
.divider
%ul
{
'data-dynamic'
=>
true
}
%li
.filter-dropdown
%button
.btn.btn-link
{{title}}
#js-dropdown-label
.dropdown-menu
{
'data-dropdown'
=>
true
}
%ul
%li
.filter-dropdown
%button
.btn.btn-link
No label
%li
.divider
%ul
{
'data-dynamic'
=>
true
}
%li
.filter-dropdown
%button
.btn.btn-link
...
...
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