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