Sha256: 9a86bfc329414f6ae0483b985a5771596824c9221771980ddc5b2f000c153a59
Contents?: true
Size: 428 Bytes
Versions: 13
Compression:
Stored size: 428 Bytes
Contents
<ul class="posts"> <%- posts.each do |post| -%> <li> <h2><%= link_to post.title, post.path, :title => post.title -%></h2> <%= content_tag(:p, post.publication_date.try(:to_s, :concise), :class => 'publication_date') -%> <%= content_tag(:p, strip_tags(post.summary), :class => 'summary') if show_summary -%></p> <%= link_to "Read More...", post.path if show_summary -%> </li> <%- end -%> </ul>
Version data entries
13 entries across 13 versions & 1 rubygems