Dmitry-
Nathan and I solve this problem very differently. I don't personally use
succeed and precede. I use the "==" syntax.
== #{link_to "<strong>Somewhere</strong>", "http://somewhere"},
That's still ugly to me... OR, I'd setup a helper using our lovely
Haml-helpers.
def link_strongly_comma(name, location)
puts link_to("<strong>Somewhere</strong>", "http://somewhere") + ","
end
It might be almost as ugly, but at least I can use it repeatedly in my code
and 'black box' it.
Just some other ideas.
-hampton.
On 6/19/07, _root <[EMAIL PROTECTED]> wrote:
>
>
> Yes, I've written something about this in my code. But it seems
> like hack, not a solution provided by developers of HAML.
>
> Thank you anyway. I will wait for the 2nd version.
>
> --
> Best regards,
> Dmitry Root
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---