test/dummy/app/views/layouts/application.html.haml in ultimate-base-0.3.3.0 vs test/dummy/app/views/layouts/application.html.haml in ultimate-base-0.3.4.0
- old
+ new
@@ -1,10 +1,10 @@
!!!
%html{lang: "ru-RU"}
%head
%meta{charset: "UTF-8"}
%title Ultimate Base — #{@page_title ? @page_title.gsub("\n", "") : "Testing App"}
- = favicon_link_tag "/favicon.png", type: "image/png"
+ =# favicon_link_tag "/favicon.png", type: "image/png"
- if Rails.env.development?
:javascript
var DEBUG_MODE = true;
/[if lt IE 9]
= javascript_include_tag "http://html5shiv.googlecode.com/svn/trunk/html5.js"