Sha256: 34c1196918322ec538cb36dde7db5a40e670c0e3639ce467672d7950a3de79b2

Contents?: true

Size: 595 Bytes

Versions: 4

Compression:

Stored size: 595 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

4 entries across 4 versions & 1 rubygems

Version Path
beef-articles-0.4.18 app/views/articles/index.html.erb
beef-articles-0.4.17 app/views/articles/index.html.erb
beef-articles-0.4.16 app/views/articles/index.html.erb
beef-articles-0.4.15 app/views/articles/index.html.erb