siyelo / fuselage

A full-featured rails 2.3+ template, giving you a flying start to your next project. Includes: authlogic, paperclip, make_resourceful, cucumber, thinking-sphinx + many more.
www.siyelo.com/community/
MIT License
6 stars 4 forks source link

Haml SyntaxError in layouts/application #2

Closed fortuity closed 14 years ago

fortuity commented 14 years ago

After I corrected a previous problem by adding a file app/views/home/indx.erb, I got another error message caused by a Haml::SyntaxError in layouts/application.html.haml...

Processing HomeController#index (for 127.0.0.1 at 2009-11-23 13:28:53) [GET] Rendering template within layouts/application Rendering home/index

ActionView::TemplateError (Inconsistent indentation: 3 spaces were used for indentation, but the rest of the document was indented using 2 spaces.) on line #14 of app/views/layouts/application.html.haml: 11: /[if IE] 12: = stylesheet_link_tag 'compiled/ie.css', :media => 'screen, projection' 13:
14: %body.three-col 15: .container 16: #header 17: %h2 Header

fortuity commented 14 years ago

Wow. Fast resolution! You rock :-)