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

Version Path
blog_logic-1.4.11 app/views/posts/_index.html.erb
blog_logic-1.4.10 app/views/posts/_index.html.erb
blog_logic-1.4.9 app/views/posts/_index.html.erb
blog_logic-1.4.8 app/views/posts/_index.html.erb
blog_logic-1.4.7 app/views/posts/_index.html.erb
blog_logic-1.4.6 app/views/posts/_index.html.erb
blog_logic-1.4.5 app/views/posts/_index.html.erb
blog_logic-1.4.4 app/views/posts/_index.html.erb
blog_logic-1.4.3 app/views/posts/_index.html.erb
blog_logic-1.4.2 app/views/posts/_index.html.erb
blog_logic-1.4.1 app/views/posts/_index.html.erb
blog_logic-1.4.0 app/views/posts/_index.html.erb
blog_logic-1.3.1 app/views/posts/_index.html.erb