Sha256: f728a6c0ab3285415f5873076c8809ea9b2f142733e565936c3ef4c0c131d3c0

Contents?: true

Size: 594 Bytes

Versions: 3

Compression:

Stored size: 594 Bytes

Contents

<% content_for 'header' do %>
  <%= auto_discovery_link_tag :rss, {:tag => params[:tag], :page => nil, :format => 'rss'} unless params[:year] %>
<% end %>


<div id="supporting-content">
    <h2>Archive</h2>
    <%= archive %>
    <%= link_to('RSS', {:tag => params[:tag], :page => nil, :format => 'rss'}, :class => 'rss') unless params[:year] %>
</div>

<!-- so:main-content -->
<div id="main-content">

  <dl id="articles">
  <%= render :partial => @articles %>
  </dl>

  <%= will_paginate(@articles, :previous_label => 'previous', :next_label => 'next') %>

</div>
<!-- eo:main-content -->

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
beef-articles-0.5.3 app/views/articles/index.html.erb
beef-articles-0.5.2 app/views/articles/index.html.erb
beef-articles-0.5.1 app/views/articles/index.html.erb