Sha256: 1c446779ebd445576ae9c9035e7283f003e2b56d359dec8ff12b3e9e410c1b70

Contents?: true

Size: 881 Bytes

Versions: 15

Compression:

Stored size: 881 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="supporting-content">
  <%= article_categories %>

  <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

15 entries across 15 versions & 1 rubygems

Version Path
beef-articles-0.1.0 app/views/articles/index.html.erb
beef-articles-0.2.0 app/views/articles/index.html.erb
beef-articles-0.2.1 app/views/articles/index.html.erb
beef-articles-0.2.2 app/views/articles/index.html.erb
beef-articles-0.3.0 app/views/articles/index.html.erb
beef-articles-0.3.1 app/views/articles/index.html.erb
beef-articles-0.3.10 app/views/articles/index.html.erb
beef-articles-0.3.2 app/views/articles/index.html.erb
beef-articles-0.3.3 app/views/articles/index.html.erb
beef-articles-0.3.4 app/views/articles/index.html.erb
beef-articles-0.3.5 app/views/articles/index.html.erb
beef-articles-0.3.6 app/views/articles/index.html.erb
beef-articles-0.3.7 app/views/articles/index.html.erb
beef-articles-0.3.8 app/views/articles/index.html.erb
beef-articles-0.3.9 app/views/articles/index.html.erb