diff options
| author | Jacob Schatz <jschatz1@gmail.com> | 2016-01-29 15:27:24 +0000 |
|---|---|---|
| committer | Jacob Schatz <jschatz1@gmail.com> | 2016-01-29 15:27:24 +0000 |
| commit | b4b41b4ca6bc7cf41d0621dce670774f282f0873 (patch) | |
| tree | 0e700c2242482a514853233d3ecba27727b82b84 /app/views | |
| parent | 227728712ec5b469a36dbaf8c9511098b4817741 (diff) | |
| parent | 5a04fc90996b233a294d4f679a0cc23877f187f1 (diff) | |
| download | gitlab-ce-b4b41b4ca6bc7cf41d0621dce670774f282f0873.tar.gz | |
Merge branch 'focus-emoji-search-field' into 'master'
Auto-focus emoji award search field

Closes #12621
cc. @jschatz1
See merge request !2650
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/votes/_votes_block.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/votes/_votes_block.html.haml b/app/views/votes/_votes_block.html.haml index b1f8645eea0..91c5b7eac5e 100644 --- a/app/views/votes/_votes_block.html.haml +++ b/app/views/votes/_votes_block.html.haml @@ -7,7 +7,7 @@ - if current_user .awards-controls - %a.add-award{"data-toggle" => "dropdown", "data-target" => "#", "href" => "#"} + %a.add-award{"href" => "#"} = icon('smile-o') .emoji-menu .emoji-menu-content |
