Sha256: 5a5007feedcec32fd6bf800e6859017d714f5bb5f1e62c9e5234c4916cad4b5c

Contents?: true

Size: 259 Bytes

Versions: 1

Compression:

Stored size: 259 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_name(comment.editor)) : \
      comment.body %>

Version data entries

1 entries across 1 versions & 1 rubygems

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