Showing .../app/views/qnotifier/quote_request.html.haml where line #39 raised:
.../app/views/qnotifier/quote_request.html.haml:39: syntax error, unexpected ';', expecting ')'
));}\n </div>\n </fields...
^
.../app/views/qnotifier/quote_request.html.haml:39: unknown regexp options - fldt
.../app/views/qnotifier/quote_request.html.haml:39: syntax error, unexpected $undefined
...n </div>\n </fieldset>\n </li>\n <br>\n</ol>\n", -...
... ^
.../app/views/qnotifier/quote_request.html.haml:39: unknown regexp option - l
.../app/views/qnotifier/quote_request.html.haml:39: syntax error, unexpected $undefined
...ldset>\n </li>\n <br>\n</ol>\n", -4, false);::Haml::Util.h...
... ^
.../app/views/qnotifier/quote_request.html.haml:39: unterminated string meets end of file
.../app/views/qnotifier/quote_request.html.haml:39: syntax error, unexpected $end, expecting '}'Extracted source (around line #39):
36: Will the equipment need to be erected?
37: .field
38: = ( #{@qmessage.erected} == true ) ? 'Yes' : 'No'
39: %br
Trace of template inclusion: app/views/qnotifier/quote_request.html.haml
Showing .../app/views/qnotifier/quote_request.html.haml where line #39 raised:
.../app/views/qnotifier/quote_request.html.haml:39: syntax error, unexpected keyword_ensure, expecting ')'
...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer....
... ^
.../app/views/qnotifier/quote_request.html.haml:39: syntax error, unexpected keyword_end, expecting ')'
...uffer.upper if @haml_buffer;end;
... ^
.../app/views/qnotifier/quote_request.html.haml:42: syntax error, unexpected keyword_end, expecting ')'Extracted source (around line #39):
36: Will the equipment need to be erected?
37: .field
38: - ( #{@qmessage.erected} == true ) ? 'Yes' : 'No'
39: %br
Trace of template inclusion: app/views/qnotifier/quote_request.html.haml
--
You received this message because you are subscribed to the Google Groups "Haml" group.
To post to this group, send email to ha...@googlegroups.com.
To unsubscribe from this group, send email to haml+uns...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.
= @qmessage.erected == true ? 'Yes' : 'No'