lib/active_admin/views/components/blank_slate.rb in activeadmin-0.6.6 vs lib/active_admin/views/components/blank_slate.rb in activeadmin-1.0.0.pre1
- old
+ new
@@ -7,10 +7,10 @@
def default_class_name
'blank_slate_container'
end
def build(content)
- super(span(content.html_safe, :class => "blank_slate"))
+ super(span(content.html_safe, class: "blank_slate"))
end
end
end
end