Sha256: 955e33d2784a5c27ed94e99da8d79846ddc17442b269efc0942d5dad8d0d03ae
Contents?: true
Size: 319 Bytes
Versions: 5
Compression:
Stored size: 319 Bytes
Contents
<% # Clients of this partial must provide the following variable: # comment %> <%= simple_format comment.is_deleted? ? \ comment.thread.config.comment_name.capitalize + \ ' deleted by ' + deleter_name(comment) : comment.body, {:id => "comment_#{comment.id}_body_pre", :class => 'comment_body'} %>
Version data entries
5 entries across 5 versions & 1 rubygems