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