diff --git a/app/views/issues/_list_simple.rhtml b/app/views/issues/_list_simple.rhtml index 64c00e5a7..3391e0735 100644 --- a/app/views/issues/_list_simple.rhtml +++ b/app/views/issues/_list_simple.rhtml @@ -17,7 +17,7 @@ <%=h issue.project %> <%=h issue.tracker %> - <%= link_to h(truncate(issue.subject, 60)), :controller => 'issues', :action => 'show', :id => issue %> (<%=h issue.status %>) + <%= link_to h(truncate(issue.subject, :length => 60)), :controller => 'issues', :action => 'show', :id => issue %> (<%=h issue.status %>) <% end %>