Sha256: e2b1c74e459c2feb6b71c1ce373dded20fa944a03af55a507e042e8a33bd57bc

Contents?: true

Size: 254 Bytes

Versions: 7

Compression:

Stored size: 254 Bytes

Contents

<h1><%= @category %></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/category.rhtml
shinmun-1.0.2 templates/category.rhtml
shinmun-1.0.1 templates/category.rhtml
shinmun-1.0 templates/category.rhtml
shinmun-0.9.2 templates/category.rhtml
shinmun-0.9.1 templates/category.rhtml
shinmun-0.9 templates/category.rhtml