Sha256: 20be09b1dc2593a18c00d7cd08bd559b3fd91e61b64a0edc7313aaf33f7e08d3

Contents?: true

Size: 545 Bytes

Versions: 8

Compression:

Stored size: 545 Bytes

Contents

<% content_for :head, auto_discovery_link_tag(:atom, articles_url(format: "atom")) %>
<div class="rss">
    <%= link_to image_tag("ic_rss.png"), articles_url(format: "atom") %>
</div>

<div id="articles">
  <%= render partial: 'article', locals: { article: @first_article, article_counter: -1 } unless @first_article.nil? %>
  <%= render partial: 'article_collection', collection: @articles %>
</div>

<% if @articles.num_pages > 1 %>
<div id="pagination">
  <%= paginate @articles, outer_window: 1, window: 2, theme: 'lines' %>
</div>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
lines-engine-0.6.2 app/views/lines/articles/index.html.erb
lines-engine-0.6.1 app/views/lines/articles/index.html.erb
lines-engine-0.6 app/views/lines/articles/index.html.erb
lines-engine-0.5 app/views/lines/articles/index.html.erb
lines-engine-0.4.6.4 app/views/lines/articles/index.html.erb
lines-engine-0.4.6.3 app/views/lines/articles/index.html.erb
lines-engine-0.4.6.1 app/views/lines/articles/index.html.erb
lines-engine-0.4.6 app/views/lines/articles/index.html.erb