Skip to content
Snippets Groups Projects
Commit 2befa8fe authored by Andrey Kumanyaev's avatar Andrey Kumanyaev Committed by Dmitriy Zaporozhets
Browse files

Switch user link to profile link

parent b695db4a
No related branches found
No related tags found
2 merge requests!2940Expanding repos and hooks paths in settings,!2746New feature: Teams
Loading
Loading
@@ -3,9 +3,9 @@
%li{id: dom_id(member), class: "team_member_row user_#{user.id}"}
.row
.span5
= link_to team_member_path(@team, user), title: user.name, class: "dark" do
= link_to user_path(user.username), title: user.name, class: "dark" do
= image_tag gravatar_icon(user.email, 40), class: "avatar s32"
= link_to team_member_path(@team, user), title: user.name, class: "dark" do
= link_to user_path(user.username), title: user.name, class: "dark" do
%strong= truncate(user.name, lenght: 40)
%br
%small.cgray= user.email
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment