Can a view be split up in separate small files? Let's say I have an admin_controller that defines up to 20 methods and each one needs to be renedered involving lot's of HTML.
What I've seen so far is that you have to put all of your rendering functions inside the admin_view.et file which can grow really big really fast. What would be the easiest way to split the file up? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "erlyweb" 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/erlyweb?hl=en -~----------~----~----~----~------~----~------~--~---
