summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSabba Petri <sabbap@gmail.com>2015-02-23 11:51:18 -0800
committerSabba Petri <sabbap@gmail.com>2015-02-23 11:51:18 -0800
commit5ce2d44b136aae8e9e42397474a0e75bc6b32ded (patch)
tree15c930cacc109312f629d4b4d8a0eb05b285bbda
parentbb2358379e347de9c6f9a0b521d2f8599f636881 (diff)
downloadgitlab-ce-5ce2d44b136aae8e9e42397474a0e75bc6b32ded.tar.gz
Added Profile tooltip
For consistency sake, the profile in the navbar has a tooltip.
-rw-r--r--app/views/layouts/_head_panel.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_head_panel.html.haml b/app/views/layouts/_head_panel.html.haml
index 77bfe4f996e..d5928d2ed25 100644
--- a/app/views/layouts/_head_panel.html.haml
+++ b/app/views/layouts/_head_panel.html.haml
@@ -42,7 +42,7 @@
= link_to destroy_user_session_path, class: "logout", method: :delete, title: "Logout", class: 'has_bottom_tooltip', 'data-original-title' => 'Logout' do
%i.fa.fa-sign-out
%li.hidden-xs
- = link_to current_user, class: "profile-pic", id: 'profile-pic' do
+ = link_to current_user, class: "profile-pic has_bottom_tooltip", id: 'profile-pic', 'data-original-title' => 'Your profile' do
= image_tag avatar_icon(current_user.email, 60), alt: 'User activity'
= render 'shared/outdated_browser'