aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2014-02-07 16:51:00 +0100
committerHarald Eilertsen <haraldei@anduin.net>2014-02-07 16:55:25 +0100
commit9d423633597c5c2401170cde33f51a24de9c7af6 (patch)
tree07831074a83df94ccd85ab038bb5fd0154a7453c /app/views
parentcd29f12cf546d3afa883ce8e67eb9d5347875714 (diff)
downloadhmnoweb-9d423633597c5c2401170cde33f51a24de9c7af6.tar.gz
hmnoweb-9d423633597c5c2401170cde33f51a24de9c7af6.tar.bz2
hmnoweb-9d423633597c5c2401170cde33f51a24de9c7af6.zip
Fix side body part on pages where there is no side body.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/common/_right_sidebar.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/common/_right_sidebar.html.erb b/app/views/common/_right_sidebar.html.erb
index 3b17356..15dfb83 100644
--- a/app/views/common/_right_sidebar.html.erb
+++ b/app/views/common/_right_sidebar.html.erb
@@ -1,5 +1,5 @@
<div id="right_sidebar">
- <% unless @page.part_with_title("Side Body").body.empty? %>
+ <% if page_has_side_body?(@page) %>
<div class="sidebar_module">
<h1>Sjefen melder</h1>
<div class="inner"><%= raw @page.content_for(:side_body) %></div>