app/views/layouts/unidom/price/application.html.erb in unidom-price-1.3.2 vs app/views/layouts/unidom/price/application.html.erb in unidom-price-1.4

- old
+ new

@@ -1,15 +1,15 @@ <!DOCTYPE html> <html> <head> - <title>Price</title> - <%= stylesheet_link_tag "price/application", media: "all" %> + <title>Unidom Price</title> + <%= stylesheet_link_tag 'unidom/price/application', media: "all" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> -<%= javascript_include_tag 'price/application' %> +<%= javascript_include_tag 'unidom/price/application' %> </body> </html>