add username to team_member page

This commit is contained in:
Cyril 2012-12-08 23:05:48 +01:00
parent 9f940aeaf4
commit 7d3ee2baa6

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 %h3
= user.name = user.name
%small %small (@#{user.username})
= user.email
%hr %hr
.back_link .back_link