Sha256: ace85fc132a31efc5738117bbcfb9769b68e03282a24a2e4b5f9cdacf16dd526
Contents?: true
Size: 390 Bytes
Versions: 2
Compression:
Stored size: 390 Bytes
Contents
layout: two-columns --- | <% if mode == :inline %> <% 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 | test/fixtures/test.blog/themes/default/templates/archive.rhtml |
bloggit-1.0.7 | test/fixtures/test.blog/themes/default/templates/archive.rhtml |