Sha256: c672cd89be6f652d9f659611f46f5eae240e9c8a2cde9e7bf270123fa8b96925
Contents?: true
Size: 315 Bytes
Versions: 6
Compression:
Stored size: 315 Bytes
Contents
<% @article_counter = -1 %> <h1><%= link_to category_name(params[:id]), "#{this_blog.base_url}/category/#{params[:id]}" %></h1> <%= render :partial => 'article', :collection => @articles %> <div id='paginate'> <%= will_paginate @articles, { :previous_label => _('Previous'), :next_label => _('Next') } %> </div>
Version data entries
6 entries across 6 versions & 1 rubygems