It’s still throwing the join error with:
Did you try pinning Rack? If you are getting the error I’m thinking of doing
that should at least give you more informative error messages (I think there
should be a new Sinatra soon too, so keep a look out).
%strong= © #{Time.now.year} Alpha Company
You don’t need the =, just:
%strong © #{Time.now.year} Alpha Company
As for inline HTML, can I embed that into HAML to get around the restrictions?
Yep, you can do something like this:
%strong © #{Time.now.year} <a href="wherever" target="_blank">Alpha
Company</a>
How HAML doesn’t handle inline links is a bit strange considering it’s meant to
save time and remain flexible
True, but as the FAQ says: “Expressing the structure of a document and
expressing inline formatting are two very different problems. Haml is mostly
designed for structure”.
Matt
--
You received this message because you are subscribed to the Google Groups
"Haml" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/haml.
For more options, visit https://groups.google.com/d/optout.