DG IZ; user's real name displayed on top of every page

This commit is contained in:
danielvincent 2010-06-21 16:09:48 -07:00
parent a1361da770
commit 1233c60f6f

View file

@ -45,7 +45,7 @@
#header_below #header_below
- if user_signed_in? - if user_signed_in?
%h1#user_name %h1#user_name
= link_to User.first.email, root_url = link_to User.first.real_name, root_url
%span.description %span.description
- if StatusMessage.my_newest - if StatusMessage.my_newest
= StatusMessage.my_newest.message = StatusMessage.my_newest.message