Sha256: 8b79120b533af6d1a49f9515f75252d8f5cad103646e84a7190cd18828a68813
Contents?: true
Size: 395 Bytes
Versions: 59
Compression:
Stored size: 395 Bytes
Contents
<% # @param moderation_record [Thredded::PostModerationRecord, nil] %> <% if moderation_record %> <%= t 'thredded.content_moderation_states.content_blocked_notice_with_record_html', moderator: user_link(moderation_record.moderator), time_ago: time_ago(moderation_record.created_at) %> <% else %> <%= t 'thredded.content_moderation_states.content_blocked_notice' %> <% end %>
Version data entries
59 entries across 59 versions & 2 rubygems