aboutsummaryrefslogblamecommitdiffstats
path: root/app/views/refinery/blog/posts/tagged.html.erb
blob: c22e55b82ee648290988e1aed1f44df86c4f9c40 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                                          
                                                                                                             
 
                          
                      
                             

                                                                                   





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

<% content_for :body_content_title, "#{t('.posts_tagged')} &#8220;#{@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') %>