diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 0e8bc9c66..583bd3ae3 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