Sha256: 469290c34ec5a1e54a1f3ed6937162ca776c1b11808102bdcfa0e531c86fb6cc

Contents?: true

Size: 728 Bytes

Versions: 4

Compression:

Stored size: 728 Bytes

Contents

<% content_for :body do %>
  <div id="show_blog_post">
    <%= render 'post' %>
  </div>

  <%= render 'comments' %>
<% end %>

<%= render '/refinery/blog/shared/body_content_right' %>

<%= render "/refinery/content_page", :remove_automatic_sections => true %>

<% content_for :stylesheets, stylesheet_link_tag('refinery/blog/frontend') %>
<% content_for :javascripts do %>
  <%# enable AJAX'd post nav at your own risk until html5 history API implemented. %>
  <%#= javascript_include_tag('refinery/blog/frontend') %>
  <script src="http://w.sharethis.com/button/buttons.js"></script>
  <script>stLight.options({publisher:'<%= Refinery::Blog.share_this_key %>'});</script>
<% end if Refinery::Blog::Post::ShareThis.enabled? %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
refinerycms-blog-4.0.0 app/views/refinery/blog/posts/show.html.erb
refinerycms-blog-3.0.2 app/views/refinery/blog/posts/show.html.erb
refinerycms-blog-3.0.1 app/views/refinery/blog/posts/show.html.erb
refinerycms-blog-2.1.0 app/views/refinery/blog/posts/show.html.erb