Commit f33ada855c68a24499737deff701e9d7387bc98d

Authored by Dmitriy Zaporozhets
2 parents 9f1a4acf 7d3ee2ba

Merge pull request #2226 from jouve/username

add username to team_member page
Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
app/views/team_members/show.html.haml
@@ -8,8 +8,7 @@ @@ -8,8 +8,7 @@
8 = image_tag gravatar_icon(user.email, 60), class: "borders" 8 = image_tag gravatar_icon(user.email, 60), class: "borders"
9 %h3.page_title 9 %h3.page_title
10 = user.name 10 = user.name
11 - %small  
12 - = user.email 11 + %small (@#{user.username})
13 12
14 %hr 13 %hr
15 .back_link 14 .back_link