You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Haml
Such a newbie question... In a view I have a largeish chunk of text
that is one long string that will go in a paragraph tag. How can I
wrap these text lines in my editor and yet not have haml recognize
those line breaks? I have tried escaping by adding a \ at the end of
each line, and can't seem to find any reference to this in the doco.
I only want to break it up in my view file so I am not scrolling
sideways forever in my editor.
PS. LOVE haml - recently forced to use it because I took over someone
else's rails project. Never quite felt the need before and now I can't
get enough. Thanks for this elegant tool!
Jacques Crocker
unread,
Dec 8, 2009, 11:54:31 AM12/8/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ha...@googlegroups.com
If its just text you can just indent the content underneath the element.