Please take a look at the following line of HAML code (it works):
= render :partial => 'shared/crud_maint_table', :object =>
@users, :locals => {:controller_name => 'users', :columns =>
['id','username','email','active'], :search_fields_array =>
@search_fields_array, :status_array => @role_array, :actions =>
'user_actions'}
Someone with more experience in HAML, please advise on how to break it
up into multiple lines using "|" character (or something better) so
that it is readable?
Thanks.
Bharat
--
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.