Sha256: 7f3f8edd55ccd6f9b9c4724767f7ce3ba5c6fefd7a75e6a39d8ffdda0aff5ad2

Contents?: true

Size: 431 Bytes

Versions: 9

Compression:

Stored size: 431 Bytes

Contents

<% for article in @articles -%>
 <div class="post">
  <%= render_partial "article", article %>
  <%= article_link "Read more...", article if article.extended? %>
  <p class="meta"><%= article_links article %></p>
  </div>
<% end -%>

<% unless @pages.item_count <= this_blog.limit_article_display %>
  <p id="pagination">Older posts: <%= pagination_links @pages, :params => { :action => @controller.action_name } %></p>
<% end -%>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/articles/index.rhtml
typo-3.99.2 app/views/articles/index.rhtml
typo-3.99.3 app/views/articles/index.rhtml
typo-3.99.1 app/views/articles/index.rhtml
typo-4.0.2 app/views/articles/index.rhtml
typo-3.99.4 app/views/articles/index.rhtml
typo-4.0.1 app/views/articles/index.rhtml
typo-4.0.0 app/views/articles/index.rhtml
typo-4.0.3 app/views/articles/index.rhtml