Commit 6e2ebfa2 authored by Phil Hughes's avatar Phil Hughes

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

Fix participant name link trailing space on milestone page

Closes #35419

See merge request !13117
parents eb9ca0e7 830257c9
......@@ -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
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