Sha256: 3dc9c725aa787f111021966df8ea763bf4e41a11dc515ef7e05cad051cb73d89

Contents?: true

Size: 258 Bytes

Versions: 6

Compression:

Stored size: 258 Bytes

Contents

<% # Clients of this partial must provide the following variable:
   # comment
%>

<%= simple_format comment.is_deleted? ? \
      t('commontator.comment.status.deleted_by',
        :deleter_name => comment.editor.commontator_name) : \
      comment.body %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
commontator-4.5.4 app/views/commontator/comments/_body.html.erb
commontator-4.5.3 app/views/commontator/comments/_body.html.erb
commontator-4.5.2 app/views/commontator/comments/_body.html.erb
commontator-4.5.1 app/views/commontator/comments/_body.html.erb
commontator-4.5.0 app/views/commontator/comments/_body.html.erb
commontator-4.4.1 app/views/commontator/comments/_body.html.erb