Sha256: c316fda27f57ec6c1033c7d67868b4dea8a5aa621834fdc2acc8708eadc5c990

Contents?: true

Size: 332 Bytes

Versions: 5

Compression:

Stored size: 332 Bytes

Contents

<% for article in @articles -%>
  <div class="post">
    <%= render :partial => "articles/article", :object => article %>
    <%= link_to_permalink article, _("Read more") + "..." if article.extended? %>
    <p class="meta"><%= article_links article %></p>
  </div>
<% end -%>

<p id="pagination"><%= will_paginate @articles %></p>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typo-5.4.2 app/views/articles/index.html.erb
typo-5.4.1 app/views/articles/index.html.erb
typo-5.4 app/views/articles/index.html.erb
typo-5.2.98 app/views/articles/index.html.erb
typo-5.3 app/views/articles/index.html.erb