app/helpers/external_helper.rb in styleus-0.0.9 vs app/helpers/external_helper.rb in styleus-0.0.10

- old
+ new

@@ -8,10 +8,10 @@ def documentation(&block) _cleared_content_for :documentation, _styleus_documentation_wrap(&block) end def display(&block) - _cleared_content_for :representation, _styleus_component_wrap(&block) + _cleared_content_for :representation, capture(&block) end def html(&block) _cleared_content_for :html, _html_representation(&block) end \ No newline at end of file