Project

General

Profile

Feature #202 » textilize-timelog-entry-comment_r3084.patch

Patch against trunk at r3084. - Mischa The Evil, 2009-11-22 22:34

View differences:

app/views/timelog/_list.rhtml (working copy)
23 23
<%= entry.issue.visible? ? link_to_issue(entry.issue, :truncate => 50) : "##{entry.issue.id}" -%>
24 24
<% end -%>
25 25
</td>
26
<td class="comments"><%=h entry.comments %></td>
26
<td class="comments"><%= textilizable entry.comments %></td>
27 27
<td class="hours"><%= html_hours("%.2f" % entry.hours) %></td>
28 28
<td align="center">
29 29
<% if entry.editable_by?(User.current) -%>
(5-5/10)