Sha256: 6c6975497965e6c3095eda8ae147ac1dc67551ae851fb85ea9ab1416b44b9674

Contents?: true

Size: 314 Bytes

Versions: 12

Compression:

Stored size: 314 Bytes

Contents

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

Version data entries

12 entries across 12 versions & 1 rubygems

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