app/views/layouts/bhf/application.haml in bhf-0.2.7 vs app/views/layouts/bhf/application.haml in bhf-0.2.8
- old
+ new
@@ -5,10 +5,10 @@
%title= @title
= csrf_meta_tag
%link{:href => '/favicon.ico', :rel => 'icon', :type => 'image/x-icon'}
= stylesheet_link_tag(['bhf'] + Bhf::Engine.config.css.to_a)
= javascript_include_tag 'bhf'
- =# javascript_include_tag 'bhf/mootools-core-1.3.1-full-compat-yc.js', 'bhf/mootools-more-1.3.1.1.js', 'bhf/mootools_rails_driver-0.4.1.js', 'bhf/class/BrowserUpdate', 'bhf/class/Ajaxify', 'bhf/class/AjaxEdit', 'bhf/class/MooEditable', 'bhf/class/Datepicker', 'bhf/class/MultipleFields', 'bhf/bhf_application'
+ =# javascript_include_tag 'bhf/mootools-core-1.3.2-full-compat-yc.js', 'bhf/mootools-more-1.3.2.1.js', 'bhf/mootools_rails_driver-0.4.1.js', 'bhf/class/BrowserUpdate', 'bhf/class/Ajaxify', 'bhf/class/AjaxEdit', 'bhf/class/MooEditable', 'bhf/class/Datepicker', 'bhf/class/MultipleFields', 'bhf/bhf_application'
%body
%header
%h1= link_to image_tag('logo_bhf.png'), root_url
- if @config && @config.pages.any?
%nav