OSDN Git Service

add username to team_member page
authorCyril <jv.cyril@gmail.com>
Sat, 8 Dec 2012 22:05:48 +0000 (23:05 +0100)
committerCyril <jv.cyril@gmail.com>
Tue, 11 Dec 2012 01:17:09 +0000 (02:17 +0100)
app/views/team_members/show.html.haml

index 9d03cd2..9120df9 100644 (file)
@@ -8,8 +8,7 @@
     = image_tag gravatar_icon(user.email, 60), class: "borders"
   %h3
     = user.name
-    %small
-      = user.email
+    %small (@#{user.username})
 
   %hr
   .back_link