Sha256: 1522cb44978364922b91d56fdea4d2e95ff8872ea631dd923f182e20aa26c8db
Contents?: true
Size: 680 Bytes
Versions: 1
Compression:
Stored size: 680 Bytes
Contents
<% content_for :title, "#{t('.posts_tagged')} '#{@tag_name.titleize}'" %> <% content_for :body_content_title, "#{t('.posts_tagged')} “#{@tag_name.titleize}”".html_safe -%> <% content_for :body do %> <% if @posts.any? %> <section id="blog_posts"> <%= render :partial => "/refinery/blog/shared/post", :collection => @posts %> <%= will_paginate @posts %> </section> <% else %> <p><%= t('.no_blog_articles_yet') %></p> <% end %> <% end %> <%= render :partial => '/refinery/blog/shared/body_content_right' %> <%= render :partial => "/refinery/content_page" %> <% content_for :stylesheets, stylesheet_link_tag('refinery/blog/frontend') %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-blog-2.0.5 | app/views/refinery/blog/posts/tagged.html.erb |