Sha256: 2595ab5c8ecf9c379247c14c6a82ada4dc30cd1ab4f2c78ae307b490b40af82e

Contents?: true

Size: 409 Bytes

Versions: 4

Compression:

Stored size: 409 Bytes

Contents

<!--
  @Name: blog/posts/index.html.erb
  @Use:  This is a page for displaying posts records
  @Created date: 13-06-2012
  @Modified Date: 28-06-2012
  @Company:  Mindfire Solutions
-->

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mcms_blog-1.0.0 app/views/blog/posts/index.html.erb
mcms_blog-0.0.4 app/views/blog/posts/index.html.erb
mcms_blog-0.0.3 app/views/blog/posts/index.html.erb
mcms_blog-0.0.2 app/views/blog/posts/index.html.erb