Sha256: a28f725decdb04038816ea29159f4fba7b5bdbc52d19ca00f07b0e841d90a215
Contents?: true
Size: 551 Bytes
Versions: 4
Compression:
Stored size: 551 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 :head, stylesheet_link_tag('refinerycms-blog') %>
Version data entries
4 entries across 4 versions & 1 rubygems