Sha256: f7e8787afc42cd50ebcbf0c84020d2e10f320eb25733fba281113c34068e57f6

Contents?: true

Size: 614 Bytes

Versions: 11

Compression:

Stored size: 614 Bytes

Contents

<%# @param post [Thredded::PostView] %>
<%= content_tag :article, id: dom_id(post), class: 'thredded--post thredded--post-moderation' do %>
  <%= render 'thredded/posts_common/header_with_topic', post: post %>
  <%= render 'thredded/posts_common/content', post: post %>
  <%= render 'thredded/posts_common/actions', post: post %>
  <% if post.blocked? %>
    <p class="thredded--alert thredded--alert-danger">
      <%= render 'thredded/shared/content_moderation_blocked_state', moderation_record: post.last_moderation_record %>
    </p>
  <% end %>
  <%= render 'post_moderation_actions', post: post %>
<% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
thredded-0.10.0 app/views/thredded/moderation/_user_post.html.erb
thredded-0.9.4 app/views/thredded/moderation/_user_post.html.erb
thredded-0.9.3 app/views/thredded/moderation/_user_post.html.erb
thredded-0.9.2 app/views/thredded/moderation/_user_post.html.erb
thredded-0.9.1 app/views/thredded/moderation/_user_post.html.erb
thredded-0.8.4 app/views/thredded/moderation/_user_post.html.erb
thredded-0.8.2 app/views/thredded/moderation/_user_post.html.erb
thredded-0.7.0 app/views/thredded/moderation/_user_post.html.erb
thredded-0.6.3 app/views/thredded/moderation/_user_post.html.erb
thredded-0.6.2 app/views/thredded/moderation/_user_post.html.erb
thredded-0.6.1 app/views/thredded/moderation/_user_post.html.erb