aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/common/_left_sidebar.html.erb
blob: 3cdbe0c349e089e6fda3c21317b9c38c7f1ddf27 (plain) (blame)
1
2
3
<div id="left_sidebar">
  <%= render_sidebar_modules @sidebar_modules.select {|m| m.position == 1} %>
</div>