Sha256: 0e8c2942cc9bb3667d14fb591ea2a9384636643dda023d2e612eea44c070ff12

Contents?: true

Size: 242 Bytes

Versions: 7

Compression:

Stored size: 242 Bytes

Contents

<h1>Home</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/index.rhtml
shinmun-1.0.2 templates/index.rhtml
shinmun-1.0.1 templates/index.rhtml
shinmun-1.0 templates/index.rhtml
shinmun-0.9.2 templates/index.rhtml
shinmun-0.9.1 templates/index.rhtml
shinmun-0.9 templates/index.rhtml