Sha256: 907601a333f4377964e84a8c02cbf387d37be25ceba185f1e8f227c3ddccc958
Contents?: true
Size: 541 Bytes
Versions: 2
Compression:
Stored size: 541 Bytes
Contents
<% content_for :body_content_title, @category.title %> <% content_for :body_content_left do %> <% if @category.posts.any? %> <ul id="blog_posts"> <%= render :partial => "/blog/shared/post", :collection => @category.posts %> </ul> <% 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-blog-1.0.rc11 | app/views/blog/categories/show.html.erb |
refinerycms-blog-1.0.rc10 | app/views/blog/categories/show.html.erb |