diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 0e8bc9c66bc878597ac8a68cd57d4a39f0a81279..583bd3ae360d40330b01c26cfa77fdc89a33f443 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -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