cirandas.net

ref: master

plugins/comment_paragraph/views/tasks/_approve_comment_accept_details.html.erb


<%= _('Title: ') %> <%= task.comment.title %>

<%= task.comment.body %>

<% if task.comment.paragraph_uuid.present? %>
<%= _('Paragraph: ') %>
<% #FIXME save paragraph content in before_save callback %> <%= task.comment.source.comment_paragraph_plugin_paragraph_content(task.comment.paragraph_uuid) %>
<% end %>