Sha256: 2ff72417cbe423fa16c3049120fedb1d64d4ae1ce2385e46082c2e9ff1a81ae2

Contents?: true

Size: 895 Bytes

Versions: 6

Compression:

Stored size: 895 Bytes

Contents

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

<h1>Articles</h1>

<%= link_to 'RSS', {:tag => params[:tag], :page => nil, :format => 'rss'} unless params[:year] %>


<!-- so:main-content -->
<div id="main-content">
    
  <dl id="articles">
  <%= render :partial => @articles %>
  </dl>
  
  <%= will_paginate %>
    
</div>
<!-- eo:main-content -->

<!-- so:supporting-content -->
<div id="sidebar">
  <%= article_categories %>
  <%= article_authors %>

  <h2>Archive</h2>
  <%= archive %>
  
  <h2>Latest Posts</h2>
  <%= recent_articles %>
  
  <h2>Tagcloud</h2>
  <ul class="tag-cloud">
  <% @tags.each do |tag| %>
    <li><%= link_to tag.name, articles_tagged_path( tag.name ), :class => "css-class-#{tag.count}" %></li>
  <% end %>
  </ul>
  
</div>
<!-- eo:supporting-content -->

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
beef-articles-0.3.13 app/views/articles/index.html.erb
beef-articles-0.3.14 app/views/articles/index.html.erb
beef-articles-0.3.15 app/views/articles/index.html.erb
beef-articles-0.3.16 app/views/articles/index.html.erb
beef-articles-0.3.18 app/views/articles/index.html.erb
beef-articles-0.3.21 app/views/articles/index.html.erb