aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/blog/categories/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/refinery/blog/categories/show.html.erb')
-rw-r--r--app/views/refinery/blog/categories/show.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/refinery/blog/categories/show.html.erb b/app/views/refinery/blog/categories/show.html.erb
index aa4abaf..51206c8 100644
--- a/app/views/refinery/blog/categories/show.html.erb
+++ b/app/views/refinery/blog/categories/show.html.erb
@@ -1,6 +1,6 @@
<% content_for :body_content_title, @category.title %>
-<% content_for :body_content_left do %>
+<% content_for :body do %>
<% if @posts.any? %>
<section id="blog_posts">
<%= render :partial => "/refinery/blog/shared/post", :collection => @posts %>
@@ -13,7 +13,7 @@
<% end %>
<% end %>
-<% content_for :body_content_right do %>
+<% content_for :side_body do %>
<%= render :partial => "/refinery/blog/shared/categories" %>
<% end %>