diff --git a/app/views/notes/_note_details.rhtml b/app/views/notes/_note_details.rhtml index bd70567a..bd83f112 100644 --- a/app/views/notes/_note_details.rhtml +++ b/app/views/notes/_note_details.rhtml @@ -1,5 +1,5 @@ <% note = note_details -%> -
<%= format_note(note.body) %>
+
<%= Tracks::Utils.render_text(note.body) %>
<% unless project.description.blank? -%> -
<%= format_note(project.description) %>
+
<%= Tracks::Utils.render_text(project.description) %>
<% end -%>