Skip to content

Commit

Permalink
add display name
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostandthemachine committed Dec 12, 2012
1 parent 1ba1722 commit 061ce75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/navbar.haml
Expand Up @@ -13,7 +13,7 @@
%img.profile_pic.pull-left{:src => gravatar_for(current_user,30)}
%li.dropdown
%a{"data-toggle" => "dropdown", :href => "#"}
Me
%span= current_user.display_name.size > 0 ? current_user.display_name : "Me"
%i.icon-chevron-down
%ul.dropdown-menu
%li
Expand Down

0 comments on commit 061ce75

Please sign in to comment.