Sha256: 19afbb56cfba828aa2da8266f58c96a61bf33e324a7a6f07cf5cb899279cd611
Contents?: true
Size: 340 Bytes
Versions: 4
Compression:
Stored size: 340 Bytes
Contents
<section id="archive"> <header> <h1><%= @params[:page_name] %></h1> </header> <section id="archive-listing"> <% for @article in @articles %> <div> <div><a href="<%= @article.path %>"><%= @article.title %></a></div> <div><%= @article.date %></div> <div><%= @article.category %> </div> <% end %> </section> </section>
Version data entries
4 entries across 4 versions & 1 rubygems