summaryrefslogtreecommitdiffstats
path: root/app/views/issues/_history.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issues/_history.rhtml')
-rw-r--r--app/views/issues/_history.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_history.rhtml b/app/views/issues/_history.rhtml
index bab37b4fd..edfb9b94d 100644
--- a/app/views/issues/_history.rhtml
+++ b/app/views/issues/_history.rhtml
@@ -8,6 +8,6 @@
<li><%= show_detail(detail) %></li>
<% end %>
</ul>
- <%= textilizable(journal.notes) unless journal.notes.blank? %>
+ <%= render_notes(journal) unless journal.notes.blank? %>
<% note_id += 1 %>
<% end %>