diff --git a/app/helpers/boxes_helper.rb b/app/helpers/boxes_helper.rb index 300337c..3953f7b 100644 --- a/app/helpers/boxes_helper.rb +++ b/app/helpers/boxes_helper.rb @@ -114,8 +114,8 @@ module BoxesHelper end def import_blocks_stylesheets - stylesheet_import( current_blocks.map(&:css_class_name).uniq ) + "\n" + - stylesheet_import( current_blocks.map(&:css_class_name).uniq, :themed_source => true ) + stylesheet_import( current_blocks.map{|b|'blocks/' + b.css_class_name}.uniq ) + "\n" + + stylesheet_import( current_blocks.map{|b|'blocks/' + b.css_class_name}.uniq, :themed_source => true ) end end -- libgit2 0.21.2