Sha256: 1f8420d45608b506e43b3a62e78ae5d9fb4d29ac31603d74264a9cda4a92e9a5

Contents?: true

Size: 502 Bytes

Versions: 4

Compression:

Stored size: 502 Bytes

Contents

<!--
  @Name: blog/posts/archive.html.erb
  @Use:  This is a page for displaying posts records
  @Created date: 26-06-2012
  @Modified Date: 28-06-2012
  @Company:  Mindfire Solutions
-->
<div class="module-archives module">
  <% if @blog_posts.any? %>
    <section id="blog_posts">
      <%= render :partial => "/blog/shared/post", :collection => @blog_posts %>
    </section>
  <% else %>
    <p><%= t('.no_blog_articles_posted', :date => @archive_date.strftime('%B %Y')) %></p>
  <% end %>
</div>
  

Version data entries

4 entries across 4 versions & 1 rubygems

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