Sha256: 3fa7eb0bf6f20fc007d0cf76192398905badcd11a085163236a5a573f119bc6f

Contents?: true

Size: 254 Bytes

Versions: 3

Compression:

Stored size: 254 Bytes

Contents

<h1>Home</h1>

<div class="articles">
  <% for post in @blog.recent_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

3 entries across 3 versions & 2 rubygems

Version Path
georgi-shinmun-0.5 templates/index.rhtml
shinmun-0.5.2 templates/index.rhtml
shinmun-0.5 templates/index.rhtml