Sha256: d1c3e37fc99eeffa123eac8e9e85968855e4098aa5cfedfa1f8f4aa0a14587e9

Contents?: true

Size: 387 Bytes

Versions: 2

Compression:

Stored size: 387 Bytes

Contents

layout: two-columns
--- |

<% if mode == :month %>

  <% posts.each do |post| %>
    <%= render :snippet=>'blog_entry', :post=>post, :from=>:archive %>
  <% end %>

<% else %>
<div class="entry">
<div class="body">
  <ul>
  <% posts.each do |post| %>
    <li><b><%= link_to post.title, :post=>post %></b> on <%= post.publish_date.to_s %></li>
  <% end %>
  </ul>
</div>
</div>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bloggit-1.0.3 lib/bloggit/boilerplate/themes/default/templates/archive.rhtml
bloggit-1.0.7 lib/bloggit/boilerplate/themes/default/templates/archive.rhtml