Sha256: 16f9f5250728c7a3c141a2f4b21a90e5beb798641b8d251dad87970c191f2bf6
Contents?: true
Size: 559 Bytes
Versions: 10
Compression:
Stored size: 559 Bytes
Contents
<% content_for :body_content_title, @category.title %> <% content_for :body_content_left do %> <% if @category.posts.any? %> <article id="blog_posts"> <%= render :partial => "/blog/shared/post", :collection => @category.posts %> </article> <% else %> <p> <%= t('.no_posts') %> </p> <% end %> <% end %> <% content_for :body_content_right do %> <%= render :partial => "/blog/shared/categories" %> <% end %> <%= render :partial => "/shared/content_page" %> <% content_for :stylesheets, stylesheet_link_tag('refinerycms-blog') %>
Version data entries
10 entries across 10 versions & 1 rubygems