Commit f33ada85 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #2226 from jouve/username

add username to team_member page
parents 9f1a4acf 7d3ee2ba
...@@ -8,8 +8,7 @@ ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment