fix user.name length in milestones participants tab

This commit is contained in:
Tony Chu 2016-05-19 06:13:46 +00:00 committed by Sanster
parent aa060e68ee
commit ad13d357e7
1 changed files with 1 additions and 1 deletions

View File

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