summaryrefslogtreecommitdiffstats
path: root/app/views/timelog/_list.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/timelog/_list.rhtml')
-rw-r--r--app/views/timelog/_list.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/timelog/_list.rhtml b/app/views/timelog/_list.rhtml
index 1144d42cc..019eda2ec 100644
--- a/app/views/timelog/_list.rhtml
+++ b/app/views/timelog/_list.rhtml
@@ -20,7 +20,7 @@
<td class="project"><%=h entry.project %></td>
<td class="subject">
<% if entry.issue -%>
-<%= link_to_issue entry.issue %>: <%= h(truncate(entry.issue.subject, 50)) -%>
+<%= link_to_issue entry.issue %>: <%= h(truncate(entry.issue.subject, :length => 50)) -%>
<% end -%>
</td>
<td class="comments"><%=h entry.comments %></td>