Sha256: 629131f756805f05b889a8fbde1d9c9d89f47906e04cd88c2755a26b6dd3716b
Contents?: true
Size: 313 Bytes
Versions: 3
Compression:
Stored size: 313 Bytes
Contents
<h1><%= "#{Date::MONTHNAMES[@month]} #{@year}" %></h1> <div class="articles"> <% for post in @blog.posts_for_month(@year, @month) %> <div class="article"> <div class="date"><%= human_date post.date %></div> <h2><%= post_link post %></h2> <%= post.summary %> </div> <% end %> </div>
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
georgi-shinmun-0.5 | templates/archive.rhtml |
shinmun-0.5.2 | templates/archive.rhtml |
shinmun-0.5 | templates/archive.rhtml |