sandbox/app/views/layouts/ui.html.haml in iugu-ux-0.9.4 vs sandbox/app/views/layouts/ui.html.haml in iugu-ux-0.9.5

- old
+ new

@@ -3,10 +3,11 @@ %head %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 "iugu-ux", :media => "all" + = stylesheet_link_tag "sandbox", :media => "all" = javascript_include_tag "vendor" = javascript_include_tag "iugu-ux" %meta{ 'http-equiv' => "Content-Type", 'content' => "text/html; charset=UTF-8" } %meta{ 'http-equiv' => "cleartype", 'content' => "on" }