Sha256: c96cc6b75f49d117a075c3124e5a115eb3201a707216f76fc5db857febf3d781

Contents?: true

Size: 272 Bytes

Versions: 6

Compression:

Stored size: 272 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

6 entries across 6 versions & 1 rubygems

Version Path
commontator-4.8.0 app/views/commontator/comments/_body.html.erb
commontator-4.7.2 app/views/commontator/comments/_body.html.erb
commontator-4.7.1 app/views/commontator/comments/_body.html.erb
commontator-4.7.0 app/views/commontator/comments/_body.html.erb
commontator-4.6.1 app/views/commontator/comments/_body.html.erb
commontator-4.6.0 app/views/commontator/comments/_body.html.erb