Sha256: 98c700730e011422c79d02b2ac39b7db2568dee5e99805e927eaf7def1ff1871

Contents?: true

Size: 913 Bytes

Versions: 5

Compression:

Stored size: 913 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'}, :class => '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

5 entries across 5 versions & 1 rubygems

Version Path
beef-articles-0.4.4 app/views/articles/index.html.erb
beef-articles-0.4.3 app/views/articles/index.html.erb
beef-articles-0.4.2 app/views/articles/index.html.erb
beef-articles-0.4.1 app/views/articles/index.html.erb
beef-articles-0.4.0 app/views/articles/index.html.erb