Displaying 1 result from an estimated 1 matches for "hidden_testimonial_form".
2009 Jan 20
4
Shared templates across controllers
...or is executed via AJAX, the "templates" for
the actions are all short .rjs files. Now, because of the similarity
of the models, most of the templates are exactly the same, with only
the object names changed. That is, where one looks like this:
page.visual_effect :toggle_slide, ''hidden_testimonial_form''
page.visual_effect :toggle_slide, ''add_testimonial_button''
The other looks like this:
page.visual_effect :toggle_slide, ''hidden_service_form''
page.visual_effect :toggle_slide, ''add_service_button''
Obviously there''s no reaso...