Sha256: 6dcdf855560c85df50d0c6be9f8e24d54c1784ec3afe2b29b2f41e7e62b33e80

Contents?: true

Size: 283 Bytes

Versions: 7

Compression:

Stored size: 283 Bytes

Contents

<h1><%= "#{Date::MONTHNAMES[@month]} #{@year}" %></h1>

<div class="articles">
  <% for post in @posts %>
    <div class="article">
      <div class="date"><%= human_date post.date %></div>
      <h2><%= post_link post %></h2>
      <%= post.summary %>
    </div>
  <% end %>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
shinmun-1.0.3 templates/archive.rhtml
shinmun-1.0.2 templates/archive.rhtml
shinmun-1.0.1 templates/archive.rhtml
shinmun-1.0 templates/archive.rhtml
shinmun-0.9.2 templates/archive.rhtml
shinmun-0.9.1 templates/archive.rhtml
shinmun-0.9 templates/archive.rhtml