8000 fix broken sidebar dashboard link · digideskio/demo.activeadmin.info@f637e0d · GitHub
[go: up one dir, main page]

Skip to content

Commit f637e0d

Browse files
author
nativestranger
committed
fix broken sidebar dashboard link
1 parent cc1c33f commit f637e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/admin/dashboard.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
column do
3737
panel "ActiveAdmin Demo" do
3838
div do
39-
render('/admin/sidebar_links', :model => 'dashboards')
39+
render('/admin/sidebar_links', :model => 'dashboard')
4040
end
4141
end
4242
end

0 commit comments

Comments
 (0)
0