Sha256: 3e370754c3450f2443278175862ffcbc99a579e152921a1cdcc6d498f8a4fb9f

Contents?: true

Size: 271 Bytes

Versions: 9

Compression:

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

9 entries across 9 versions & 1 rubygems

Version Path
commontator-4.11.1 app/views/commontator/comments/_body.html.erb
commontator-4.11.0 app/views/commontator/comments/_body.html.erb
commontator-4.10.5 app/views/commontator/comments/_body.html.erb
commontator-4.10.4 app/views/commontator/comments/_body.html.erb
commontator-4.10.3 app/views/commontator/comments/_body.html.erb
commontator-4.10.2 app/views/commontator/comments/_body.html.erb
commontator-4.10.1 app/views/commontator/comments/_body.html.erb
commontator-4.10.0 app/views/commontator/comments/_body.html.erb
commontator-4.9.0 app/views/commontator/comments/_body.html.erb