aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/common/_sidebar_module.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/common/_sidebar_module.html.erb')
-rw-r--r--app/views/common/_sidebar_module.html.erb10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/common/_sidebar_module.html.erb b/app/views/common/_sidebar_module.html.erb
new file mode 100644
index 0000000..41f51e7
--- /dev/null
+++ b/app/views/common/_sidebar_module.html.erb
@@ -0,0 +1,10 @@
+ <% modules.keys.each do |c| -%>
+ <div class="sidebar_content">
+ <h1><%= c %></h1>
+ <%- modules[c].each do |entry| %>
+ <%= entry.title %>
+ <%= entry.body %>
+ <% end %>
+ </div>
+ <% end -%>
+