I've just installed haml on a rails app I've been working on. I
converted all the templates to haml, but all that displays on the
screen is the plain text of what is in my application.haml file. Haml
seems to work fine on another app that I have, but I did the exact
same procedure on both. I can't find any reason why the template won't
work correctly.
This is what I see:
!!! Strict %html{:xmlns => "http://www.w3.org/1999/xhtml", "xml:lang"
=> "en", :lang => "en"} %head %meta{:http-equiv => "content-
type", :content => "text/html;charset=UTF-8"}/ %title==
#{controller.controller_name.titleize}:
#{controller.action_name.titleize} = stylesheet_link_tag 'default' =
javascript_include_tag :defaults %body #header %h1#logo Rails App - if
flash[:notice] #notice= flash[:notice] - if @page_title %h1
@page_title = yield
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---