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
0
Merge Requests
0
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
Tatuya Kamada
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
5 deletions
+21
-5
app/views/shared/issuable/_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}}
.dropdown-user-details
%span
{{username}}
{{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