app/views/layouts/bhf/default.haml in bhf-0.1.4 vs app/views/layouts/bhf/default.haml in bhf-0.1.5
- old
+ new
@@ -4,12 +4,11 @@
%meta{:charset => 'utf-8'}
%title= @title
= csrf_meta_tag
%link{:href => '/favicon.ico', :rel => 'icon', :type => 'image/x-icon'}
= stylesheet_link_tag 'bhf'
- =# javascript_include_tag 'bhf'
- = javascript_include_tag 'mootools-core-1.3-full-nocompat-yc.js', 'mootools-more', 'mootools_rails_driver-0.4.1.js', 'class/BrowserUpdate', 'class/Ajaxify', 'class/AjaxEdit', 'bhf_application'
-
+ = javascript_include_tag 'bhf'
+ =# javascript_include_tag 'mootools-core-1.3-full-nocompat-yc.js', 'mootools-more', 'mootools_rails_driver-0.4.1.js', 'class/BrowserUpdate', 'class/Ajaxify', 'class/AjaxEdit', 'class/MooEditable', 'bhf_application'
%body
%header
%h1= image_tag 'logo_bhf.png'
%nav
%ul
\ No newline at end of file