Sha256: 859aaddd6b6f1f49f12ae2e9c2edfe42428195a10114e37a6c4cec8d9df251f8

Contents?: true

Size: 364 Bytes

Versions: 14

Compression:

Stored size: 364 Bytes

Contents

<% cache(private_post, expires_in: 1.week) do %>
  <%= content_tag :article, id: dom_id(private_post), class: 'thredded--post' do %>
    <%= render 'thredded/posts_common/header', post: private_post %>
    <%= render 'thredded/posts_common/content', post: private_post %>
    <%= render 'thredded/posts_common/actions', post: private_post %>
  <% end %>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
thredded-0.10.0 app/views/thredded/private_posts/_private_post.html.erb
thredded-0.9.4 app/views/thredded/private_posts/_private_post.html.erb
thredded-0.9.3 app/views/thredded/private_posts/_private_post.html.erb
thredded-0.9.2 app/views/thredded/private_posts/_private_post.html.erb
thredded-0.9.1 app/views/thredded/private_posts/_private_post.html.erb
thredded-0.8.4 app/views/thredded/private_posts/_private_post.html.erb
thredded-0.8.2 app/views/thredded/private_posts/_private_post.html.erb
thredded-0.7.0 app/views/thredded/private_posts/_private_post.html.erb
thredded-0.6.3 app/views/thredded/private_posts/_private_post.html.erb
thredded-0.6.2 app/views/thredded/private_posts/_private_post.html.erb
thredded-0.6.1 app/views/thredded/private_posts/_private_post.html.erb
thredded-0.6.0 app/views/thredded/private_posts/_private_post.html.erb
thredded-0.5.1 app/views/thredded/private_posts/_private_post.html.erb
thredded-0.5.0 app/views/thredded/private_posts/_private_post.html.erb