Sha256: f7bec1da15f09b57662caabf58ee927adc16f1964de3988e4898b45a7b632876

Contents?: true

Size: 287 Bytes

Versions: 1

Compression:

Stored size: 287 Bytes

Contents

<%#
  Views that use this partial must provide the following variable:
  comment
%>

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
commontator-6.0.0.pre.1 app/views/commontator/comments/_body.html.erb