aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/common/_sidebar_module.html.erb
blob: 73554b76aa8cd04d02b692b82a88e5ca22eec608 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
  <% modules.keys.each do |c| -%>
    <div class="sidebar_content">
      <h1><%= c %></h1>
      <%- modules[c].each do |item| %>
        <h2><%= link_to(item.title, item.friendly_id) %></h2>
        <div><%= item.body %></div>
      <% end %>
    </div>
  <% end -%>