Sha256: efe27e64f99b90e3a799b09540edc910a2b6f1423acf13786f95c04b20f4b4b7
Contents?: true
Size: 386 Bytes
Versions: 2
Compression:
Stored size: 386 Bytes
Contents
<div class="article"> <span class="date right"><%= article.date %></span> <h2><a href="<%= article.url %>"><%= article.title %></a></h2> <div class="body"> <% if summary_only %> <%= article.summary.formatted %> <% else %> <%= article.body.formatted %> <span class="author right">Written by <%= article.author %></span> <% end %> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
serious-0.2.0 | lib/site/views/_article.erb |
serious-0.1.4 | lib/site/views/_article.erb |