Sha256: b1c96fc899abfef68e9aeab20dcb4b12fa1ee1fbb24b9b46afb12ba92bf218e5
Contents?: true
Size: 268 Bytes
Versions: 3
Compression:
Stored size: 268 Bytes
Contents
<% content_for(:title, "Blog Archives for #{Setting[:site_name]}") %> <ul> <% @posts.each do |post| %> <li> <%= post.posted_at.localtime.strftime "%m/%d/%Y" %>: <a href="/blog/<%= post.url_title %>"><%= post.title %></a> </li> <% end %> </ul>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cartoonist-blog-0.0.6 | app/views/blog/archives.html.erb |
cartoonist-blog-0.0.5 | app/views/blog/archives.html.erb |
cartoonist-blog-0.0.4 | app/views/blog/archives.html.erb |