diff --git a/app/views/issues/_history.rhtml b/app/views/issues/_history.rhtml index cc02eee..ad51415 100644 --- a/app/views/issues/_history.rhtml +++ b/app/views/issues/_history.rhtml @@ -6,6 +6,6 @@ <% end %> <% if journal.notes? %> - <%= textilizable journal.notes %> + <%= textilizable(journal.notes) %> <% end %> <% end %> diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index 98e8867..dc386d5 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -34,7 +34,7 @@