aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/common/_left_sidebar.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/common/_left_sidebar.html.erb')
-rw-r--r--app/views/common/_left_sidebar.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/common/_left_sidebar.html.erb b/app/views/common/_left_sidebar.html.erb
index 3cdbe0c..9f5a40f 100644
--- a/app/views/common/_left_sidebar.html.erb
+++ b/app/views/common/_left_sidebar.html.erb
@@ -1,3 +1,3 @@
<div id="left_sidebar">
- <%= render_sidebar_modules @sidebar_modules.select {|m| m.position == 1} %>
+ <%= render_sidebar_modules @sidebar_modules, :position => 1 %>
</div>