mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
show public name and email on top navbar
This commit is contained in:
parent
f905bb8f8f
commit
b5c002ad77
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@
|
|||
%ul.nav.pull-right.visible-desktop
|
||||
%li.dropdown
|
||||
%a.dropdown-toggle{"data-toggle" => "dropdown", :href => "#"}
|
||||
#{current_user.person.public_name} (#{current_user.email})
|
||||
= image_tag(current_user.person.gravatar_url(:size => "18"), :title => "Yo #{current_user.person.public_name}!")
|
||||
%b.caret
|
||||
%ul.dropdown-menu{:style => "padding: 15px;"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue