Return the body of a note comment as a rich text object

This commit is contained in:
Tom Hughes 2012-10-15 22:34:55 +01:00
parent 324c37a39b
commit 654d22ed2e
3 changed files with 7 additions and 2 deletions

View file

@ -7,7 +7,7 @@
<% end %>
==
<%= @comment %>
<%= @comment.to_text %>
==
<%= t 'notifier.note_comment_notification.details', :url => @noteurl %>