Sha256: 8d9af0f838d17bdd8afd68cd66fc3d0a03ead8b739bcb1f362898510f291d1ba

Contents?: true

Size: 914 Bytes

Versions: 9

Compression:

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

9 entries across 9 versions & 1 rubygems

Version Path
beef-articles-0.3.25 app/views/articles/index.html.erb
beef-articles-0.3.27 app/views/articles/index.html.erb
beef-articles-0.3.28 app/views/articles/index.html.erb
beef-articles-0.3.29 app/views/articles/index.html.erb
beef-articles-0.3.30 app/views/articles/index.html.erb
beef-articles-0.3.32 app/views/articles/index.html.erb
beef-articles-0.3.33 app/views/articles/index.html.erb
beef-articles-0.3.34 app/views/articles/index.html.erb
beef-articles-0.3.35 app/views/articles/index.html.erb