Sha256: 9a3dd2cc0483c703e1726601bbfc3698b7cfcf64c878e9bab46f2b56a37d304b

Contents?: true

Size: 357 Bytes

Versions: 2

Compression:

Stored size: 357 Bytes

Contents

<%# @param post [Thredded::PostView] %>
<%= content_tag :article, id: dom_id(post), class: 'thredded--post' do %>
  <%= render 'thredded/posts_common/header', post: post %>
  <%= render 'thredded/posts_common/content', post: post %>
  <%= render 'thredded/posts_common/actions', post: post %>
  <%= render 'post_moderation_actions', post: post %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
thredded-0.5.1 app/views/thredded/moderation/_post.html.erb
thredded-0.5.0 app/views/thredded/moderation/_post.html.erb