Sha256: 87fa367323a20080662ee79a7150dd7bb0eb8a17c40824ead7f4d8456f8567eb

Contents?: true

Size: 594 Bytes

Versions: 10

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(:previous_label => 'previous', :next_label => 'next') %>
    
</div>
<!-- eo:main-content -->

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
beef-articles-0.4.14 app/views/articles/index.html.erb
beef-articles-0.4.13 app/views/articles/index.html.erb
beef-articles-0.4.12 app/views/articles/index.html.erb
beef-articles-0.4.11 app/views/articles/index.html.erb
beef-articles-0.4.10 app/views/articles/index.html.erb
beef-articles-0.4.9 app/views/articles/index.html.erb
beef-articles-0.4.8 app/views/articles/index.html.erb
beef-articles-0.4.7 app/views/articles/index.html.erb
beef-articles-0.4.6 app/views/articles/index.html.erb
beef-articles-0.4.5 app/views/articles/index.html.erb