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

Version Path
refinerycms-blog-1.5.2 app/views/blog/categories/show.html.erb
refinerycms-blog-1.5.1 app/views/blog/categories/show.html.erb
refinerycms-blog-1.5.0 app/views/blog/categories/show.html.erb
refinerycms-blog-1.4.0 app/views/blog/categories/show.html.erb
refinerycms-blog-1.3.2 app/views/blog/categories/show.html.erb
refinerycms-blog-1.3.1 app/views/blog/categories/show.html.erb
refinerycms-blog-1.3 app/views/blog/categories/show.html.erb
refinerycms-blog-1.2 app/views/blog/categories/show.html.erb
refinerycms-blog-1.1 app/views/blog/categories/show.html.erb
refinerycms-blog-1.0.1 app/views/blog/categories/show.html.erb