Commit 830257c9 authored by Clement Ho's avatar Clement Ho

Fix participant name link trailing space on milestone page

parent 0c563225
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
= link_to user, title: user.name, class: "darken" do = link_to user, title: user.name, class: "darken" do
= image_tag avatar_icon(user, 32), class: "avatar s32" = image_tag avatar_icon(user, 32), class: "avatar s32"
%strong= truncate(user.name, length: 40) %strong= truncate(user.name, length: 40)
%br %div
%small.cgray= user.username %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