sandbox/app/views/layouts/ui.html.haml in iugu-ux-0.6.7 vs sandbox/app/views/layouts/ui.html.haml in iugu-ux-0.7.0

- old
+ new

@@ -4,9 +4,10 @@ %meta{:charset => "utf-8"}/ %title= content_for?(:title) ? (yield(:title) + " - Iugu UX Development") : "Iugu UX Development" = csrf_meta_tags = stylesheet_link_tag "iugu-ux" + = stylesheet_link_tag "mqtest" = javascript_include_tag "vendor" = javascript_include_tag "iugu-ux" %body{ :class => "iugu-ui #{action_name == "components" ? 'applicationBackground':''}" }