app/helpers/external_helper.rb in styleus-0.0.11 vs app/helpers/external_helper.rb in styleus-0.0.12
- old
+ new
@@ -1,9 +1,9 @@
require 'styleus_helper'
module ExternalHelper
def index_documentation(&block)
- content_tag('section', class: '__index_documentation', &block).html_safe
+ content_tag('section', class: '__index __documentation', &block).html_safe
end
def documentation(&block)
content_for :documentation, _styleus_documentation_wrap(&block)
end
\ No newline at end of file