Sha256: d79ba4dc0293b8bc4a8e13e410b2a13fd177db4651f8f62379acbfaf0ecddd63

Contents?: true

Size: 291 Bytes

Versions: 4

Compression:

Stored size: 291 Bytes

Contents

<%= @category.title %>


  <% if @blog_posts.any? %>
    <section id="blog-posts">
      <%= render :partial => "/blog/shared/post", :collection => @blog_posts %>
      <%= will_paginate @blog_posts %>
    </section>
  <% else %>
    <p>
      <%= t('.no_posts') %>
    </p>
  <% end %>



Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mcms_blog-1.0.0 app/views/blog/categories/show.html.erb
mcms_blog-0.0.4 app/views/blog/categories/show.html.erb
mcms_blog-0.0.3 app/views/blog/categories/show.html.erb
mcms_blog-0.0.2 app/views/blog/categories/show.html.erb