Fix participant name link trailing space on milestone page

This commit is contained in:
Clement Ho 2017-07-26 16:43:41 -05:00
parent 0c563225b6
commit 830257c920
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