Sha256: 7e64e1c5b498a0f0f42e64b091d9d2ebb5c968e48885d566b9765d70159b0fc7
Contents?: true
Size: 659 Bytes
Versions: 46
Compression:
Stored size: 659 Bytes
Contents
<% post, content = post_and_content if local_assigns.key?(:post_and_content) %> <%= content_tag :article, id: dom_id(post), class: 'thredded--post thredded--post-moderation' do %> <%= render 'thredded/posts_common/actions', post: post %> <%= render 'thredded/posts_common/header_with_topic', post: post %> <%= content || render('thredded/posts/content', 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
46 entries across 46 versions & 2 rubygems