Sha256: af0831c30bee14792537515dc35bf3aed15c6cc3cb6078f6a408a1404698dfed
Contents?: true
Size: 502 Bytes
Versions: 9
Compression:
Stored size: 502 Bytes
Contents
<div class="rss"> <%= link_to image_tag("ic_rss.png"), articles_url(format: "atom") %> </div> <div id="articles"> <%= render partial: 'article_small', locals: { article_small: @first_article, article_class: 'first', article_counter: -1 } unless @first_article.nil? %> <%= render partial: 'article_collection', collection: @articles %> </div> <% if @articles.total_pages > 1 %> <hr> <div id="pagination"> <%= paginate @articles, outer_window: 1, window: 2, theme: 'lines' %> </div> <% end %>
Version data entries
9 entries across 9 versions & 2 rubygems