diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2017-04-19 01:32:42 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2017-04-19 01:32:42 -0500 |
commit | 303e9d7b8f73d8a19574da12ce7f4e40863c0dd8 (patch) | |
tree | ad71eb8c3b5eadcaa278c12aa5777d7c71e09f33 /app/views | |
parent | d0507591a8dc2d8047124e49e161066fda49c806 (diff) | |
download | gitlab-ce-30484-profile-dropdown-account-name.tar.gz |
Extract and reuse .bold class30484-profile-dropdown-account-name
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/layouts/header/_default.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/header/_default.html.haml b/app/views/layouts/header/_default.html.haml index 40ccd836785..66f75f1c2bf 100644 --- a/app/views/layouts/header/_default.html.haml +++ b/app/views/layouts/header/_default.html.haml @@ -68,7 +68,7 @@ .dropdown-menu-nav.dropdown-menu-align-right %ul %li.current-user - %span + .user-name.bold = current_user.name @#{current_user.username} %li.divider |