Sha256: f1e9200b61f1d650d0a3ef54fdf1486a0174f30a41b7ed6404e2684e16871636

Contents?: true

Size: 479 Bytes

Versions: 9

Compression:

Stored size: 479 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 -%>

<% 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-5.0.2 app/views/articles/index.html.erb
typo-5.0.1 app/views/articles/index.html.erb
typo-5.0.3.98.1 app/views/articles/index.html.erb
typo-5.0 app/views/articles/index.html.erb
typo-5.0.3.98 app/views/articles/index.html.erb
typo-5.1.2 app/views/articles/index.html.erb
typo-5.1.1 app/views/articles/index.html.erb
typo-5.1.3 app/views/articles/index.html.erb
typo-5.1 app/views/articles/index.html.erb