aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-01-13 19:51:50 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-01-13 19:51:50 +0100
commit9859504bb8a1dd94dbd2eb33984c00d11041d2e1 (patch)
tree5eed5657638392e0476dec7d146972b09f356fb8
parent6c5aaabe8bb0ae1b8025953f6a9c462846bbb873 (diff)
downloadhmnoweb-9859504bb8a1dd94dbd2eb33984c00d11041d2e1.tar.gz
hmnoweb-9859504bb8a1dd94dbd2eb33984c00d11041d2e1.tar.bz2
hmnoweb-9859504bb8a1dd94dbd2eb33984c00d11041d2e1.zip
Drop Sjefen-melder section.
-rw-r--r--app/views/common/_right_sidebar.html.erb6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/common/_right_sidebar.html.erb b/app/views/common/_right_sidebar.html.erb
index 15dfb83..3bf03af 100644
--- a/app/views/common/_right_sidebar.html.erb
+++ b/app/views/common/_right_sidebar.html.erb
@@ -1,10 +1,4 @@
<div id="right_sidebar">
- <% if page_has_side_body?(@page) %>
- <div class="sidebar_module">
- <h1>Sjefen melder</h1>
- <div class="inner"><%= raw @page.content_for(:side_body) %></div>
- </div>
- <% end %>
<%= render_sidebar_modules @sidebar_modules, :position => 2 %>
<%= render "/refinery/blog/shared/rss_feed" %>
<%= render "/refinery/blog/shared/categories" %>