Sha256: d5a8a6ab039e1fe88941d084246be0e3d40a65e2a4820b77a126ddd49d0ff914
Contents?: true
Size: 906 Bytes
Versions: 2
Compression:
Stored size: 906 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 %> <%= 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
beef-articles-0.3.11 | app/views/articles/index.html.erb |
beef-articles-0.3.12 | app/views/articles/index.html.erb |