Sha256: c609b6cdff1640a8ee46a3802441683a90576472af88001f02c35986d07c68ff

Contents?: true

Size: 676 Bytes

Versions: 4

Compression:

Stored size: 676 Bytes

Contents

<% content_for :title, "#{t('.posts_tagged')} “#{h(@tag_name.titleize)}”".html_safe  %>

<% content_for :body_content_title, "#{t('.posts_tagged')} &#8220;#{h(@tag_name.titleize)}&#8221;".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 '/refinery/blog/shared/body_content_right' %>

<%= render "/refinery/content_page" %>
<% content_for :stylesheets, stylesheet_link_tag('refinery/blog/frontend') %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
refinerycms-blog-4.0.0 app/views/refinery/blog/posts/tagged.html.erb
refinerycms-blog-3.0.2 app/views/refinery/blog/posts/tagged.html.erb
refinerycms-blog-3.0.1 app/views/refinery/blog/posts/tagged.html.erb
refinerycms-blog-2.1.0 app/views/refinery/blog/posts/tagged.html.erb