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

Version Path
blog_logic-1.3.0 app/views/posts/_index.html.erb
blog_logic-1.2.4 app/views/posts/_index.html.erb
blog_logic-1.2.3 app/views/posts/_index.html.erb
blog_logic-1.2.2 app/views/posts/_index.html.erb
blog_logic-1.2.1 app/views/posts/_index.html.erb
blog_logic-1.2.0 app/views/posts/_index.html.erb
blog_logic-1.1.9 app/views/posts/_index.html.erb
blog_logic-1.1.8 app/views/posts/_index.html.erb
blog_logic-1.1.7 app/views/posts/_index.html.erb
blog_logic-1.1.6 app/views/posts/_index.html.erb
blog_logic-1.1.5 app/views/posts/_index.html.erb
blog_logic-1.1.4 app/views/posts/_index.html.erb
blog_logic-1.1.3 app/views/posts/_index.html.erb
blog_logic-1.1.2 app/views/posts/_index.html.erb
blog_logic-1.1.1 app/views/posts/_index.html.erb
blog_logic-1.1.0 app/views/posts/_index.html.erb
blog_logic-1.0.0 app/views/posts/_index.html.erb
blog_logic-0.7.7 app/views/posts/_index.html.erb
blog_logic-0.7.6 app/views/posts/_index.html.erb
blog_logic-0.7.5 app/views/posts/_index.html.erb