diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2017-08-22 16:41:17 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2017-08-22 16:41:17 -0500 |
commit | ee22930044a997d112edf5f725096d73f3d29749 (patch) | |
tree | 9a29edfa440e9c9d122e15ec80bdbee4aa173708 /app/views | |
parent | f7dd04685a0c3638f9f8d8b45f05ffd3558d4c1c (diff) | |
download | gitlab-ce-ee22930044a997d112edf5f725096d73f3d29749.tar.gz |
Remove tooltip from filtered search userremove-tooltip-filtered-search-user
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/shared/issuable/_user_dropdown_item.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_user_dropdown_item.html.haml b/app/views/shared/issuable/_user_dropdown_item.html.haml index c18e4975bb8..48d04678d47 100644 --- a/app/views/shared/issuable/_user_dropdown_item.html.haml +++ b/app/views/shared/issuable/_user_dropdown_item.html.haml @@ -4,7 +4,7 @@ %li.filter-dropdown-item{ class: ('js-current-user' if user == current_user) } %button.btn.btn-link.dropdown-user{ type: :button } .avatar-container.s40 - = user_avatar_without_link(user: user, lazy: avatar[:lazy], url: avatar[:url], size: 40).gsub('/images/{{avatar_url}}','{{avatar_url}}').html_safe + = user_avatar_without_link(user: user, lazy: avatar[:lazy], url: avatar[:url], size: 40, has_tooltip: false).gsub('/images/{{avatar_url}}','{{avatar_url}}').html_safe .dropdown-user-details %span = user.name |