aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/common
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2013-12-25 19:43:27 +0100
committerHarald Eilertsen <haraldei@anduin.net>2013-12-25 19:43:27 +0100
commitc481bc81f38dc72d1293e27c74e9d1314472233c (patch)
tree05f32b2344cf5d6f8339d53f0399a4acfb8f3343 /app/views/common
parent65566d1134c544933d7bea1f7bfa1f50bd9f531f (diff)
downloadhmnoweb-c481bc81f38dc72d1293e27c74e9d1314472233c.tar.gz
hmnoweb-c481bc81f38dc72d1293e27c74e9d1314472233c.tar.bz2
hmnoweb-c481bc81f38dc72d1293e27c74e9d1314472233c.zip
Move the side_body stuff to the right sidebar.
Diffstat (limited to 'app/views/common')
-rw-r--r--app/views/common/_right_sidebar.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/common/_right_sidebar.html.erb b/app/views/common/_right_sidebar.html.erb
index e90e858..023730d 100644
--- a/app/views/common/_right_sidebar.html.erb
+++ b/app/views/common/_right_sidebar.html.erb
@@ -1,3 +1,7 @@
<div id="right_sidebar">
+ <%= raw @page.content_for(:side_body) %>
<%= render_sidebar_modules @sidebar_modules, :position => 2 %>
+ <%= render "/refinery/blog/shared/rss_feed" %>
+ <%= render "/refinery/blog/shared/categories" %>
+ <%= render "/refinery/blog/shared/tags" %>
</div>