aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/common/_left_sidebar.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/common/_left_sidebar.html.erb')
-rw-r--r--app/views/common/_left_sidebar.html.erb9
1 files changed, 1 insertions, 8 deletions
diff --git a/app/views/common/_left_sidebar.html.erb b/app/views/common/_left_sidebar.html.erb
index bf3b3a8..968f1fa 100644
--- a/app/views/common/_left_sidebar.html.erb
+++ b/app/views/common/_left_sidebar.html.erb
@@ -1,10 +1,3 @@
<div id="left_sidebar">
- <% @sidebar_contents.keys.each do |c| -%>
- <div class="sidebar_content">
- <h1><%= c %></h1>
- <ul><%- @sidebar_contents[c].each do |p| %>
- <li><%= p.title %></li>
- <% end %></ul>
- </div>
- <% end -%>
+ <%= render "common/sidebar_module", :modules => @sidebar_modules[:left] %>
</div>