Sha256: 084ae482b5b7603540de2807f9637079145678a72e1c3dbb682c9023e861dad4
Contents?: true
Size: 438 Bytes
Versions: 23
Compression:
Stored size: 438 Bytes
Contents
<ul class="posts"> <%- posts.each do |post| -%> <li> <h2><%= link_to post.title, post.full_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.full_path if show_summary -%> </li> <%- end -%> </ul>
Version data entries
23 entries across 23 versions & 1 rubygems