Merge branch 'fix-participant-name-trailing' into 'master'

Fix participant name link trailing space on milestone page

Closes #35419

See merge request !13117
This commit is contained in:
Phil Hughes 2017-07-27 08:26:28 +00:00
commit 6e2ebfa29d
1 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@
= link_to user, title: user.name, class: "darken" do
= image_tag avatar_icon(user, 32), class: "avatar s32"
%strong= truncate(user.name, length: 40)
%br
%small.cgray= user.username
%div
%small.cgray= user.username