Sha256: db4be2252a2bb152796328c03900bf6cab0bbc421757d8d57c977fdb40f3ef20

Contents?: true

Size: 268 Bytes

Versions: 2

Compression:

Stored size: 268 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: Commontator.commontator_name(comment.editor)) : \
      comment.body %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
commontator-5.1.0 app/views/commontator/comments/_body.html.erb
commontator-5.0.0 app/views/commontator/comments/_body.html.erb