Merge pull request from jouve/username

add username to team_member page
This commit is contained in:
Dmitriy Zaporozhets 2013-01-05 12:33:39 -08:00
commit f33ada855c

View file

@ -8,8 +8,7 @@
= image_tag gravatar_icon(user.email, 60), class: "borders" = image_tag gravatar_icon(user.email, 60), class: "borders"
%h3.page_title %h3.page_title
= user.name = user.name
%small %small (@#{user.username})
= user.email
%hr %hr
.back_link .back_link