Sha256: 45c3db47424dc3b192212ea0b4838b683d7692da6a4b92c6c9485a901132af5d
Contents?: true
Size: 455 Bytes
Versions: 2
Compression:
Stored size: 455 Bytes
Contents
<% for article in @articles -%> <div class="post"> <%= render_partial "article", 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-4.1.1 | app/views/articles/index.rhtml |
typo-4.1 | app/views/articles/index.rhtml |