Sha256: b485ecc31620a54e03f66df1e5f9a9357178696c5ccf69e3c51b75688b65cac8

Contents?: true

Size: 385 Bytes

Versions: 7

Compression:

Stored size: 385 Bytes

Contents

<%= render :partial => 'blog/posts/post', :object => @post %>

<% if ComfyBlog.disqus_enabled? %>
  <%= render :partial => 'blog/comments/disqus' %>
  
<% else %>
  <div id='comments'>
    <% @post.comments.each do |comment| %>
      <%= render :partial => 'blog/comments/comment', :object => comment %>
    <% end %>
  </div>
  <%= render :partial => 'blog/comments/form' %>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
comfy_blog-0.1.8 app/views/blog/posts/show.html.erb
comfy_blog-0.1.7 app/views/blog/posts/show.html.erb
comfy_blog-0.1.6 app/views/blog/posts/show.html.erb
comfy_blog-0.1.5 app/views/blog/posts/show.html.erb
comfy_blog-0.1.4 app/views/blog/posts/show.html.erb
comfy_blog-0.1.3 app/views/blog/posts/show.html.erb
comfy_blog-0.1.2 app/views/blog/posts/show.html.erb