Feature #202 » textilize-timelog-entry-comment_r3084.patch
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) -%> |