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

Version Path
thredded-1.1.0 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-1.0.1 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-1.0.0 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-0.16.16 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-0.16.15 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-0.16.14 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-0.16.13 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-0.16.12 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-0.16.11 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-0.16.10 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-0.16.9 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-0.16.8 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-0.16.7 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-0.16.6 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-0.16.5 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-0.16.4 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-0.16.3 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-0.16.1 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-0.16.0 app/views/thredded/shared/_content_moderation_blocked_state.html.erb
thredded-0.15.5 app/views/thredded/shared/_content_moderation_blocked_state.html.erb