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






                                                                               


                                        
                                                          

                                                     
                                                   
                          


                                                
                                                                       
<% content_for :body_content_left do %>
  <%= @page[Page.default_parts.first.to_sym].html_safe %>

  <% if @blog_posts.any? %>
    <section id="blog_posts">
      <%= render :partial => "/blog/shared/post", :collection => @blog_posts %>
    </section>
  <% else %>
    <p><%= t('.no_blog_articles_yet') %></p>
  <% end %>
<% end %>

<% content_for :body_content_right do %>
  <%= @page[Page.default_parts.second.to_sym].html_safe %>

  <%= render :partial => "/blog/shared/categories" %>
  <%= render :partial => "/blog/shared/rss_feed" %>
  <%= blog_archive_list %>
<% end %>

<%= render :partial => "/shared/content_page" %>
<% content_for :stylesheets, stylesheet_link_tag('refinerycms-blog') %>