DG IZ; user's real name displayed on top of every page
This commit is contained in:
parent
a1361da770
commit
1233c60f6f
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
#header_below
|
||||
- if user_signed_in?
|
||||
%h1#user_name
|
||||
= link_to User.first.email, root_url
|
||||
= link_to User.first.real_name, root_url
|
||||
%span.description
|
||||
- if StatusMessage.my_newest
|
||||
= StatusMessage.my_newest.message
|
||||
|
|
|
|||
Loading…
Reference in a new issue