Skip to content

Commit

Permalink
fix for issue activeadmin#1519
Browse files Browse the repository at this point in the history
  • Loading branch information
corybuecker committed Jul 17, 2012
1 parent 51e723c commit d11e8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_admin/views/components/sidebar_section.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def build_sidebar_content
rvalue = instance_eval(&@section.block)
self << rvalue if rvalue.is_a?(String)
else
text_node render(@section.partial_name)
render(@section.partial_name)
end
end
end
Expand Down

0 comments on commit d11e8de

Please sign in to comment.