search for: content_for_partial

Displaying 1 result from an estimated 1 matches for "content_for_partial".

2006 Apr 10
8
Advice on Similar Views with Helpers
...d all the content in another one. So something like... <table border="0" cellpadding="0" cellspacing="0"> <tr><td class="admin_title"><%= the_title %></td></tr> <tr><td class="admin_content"><%= @content_for_partial %></td></tr> </table> This is a very simplistic example, but my tables are fairly complex with spacers, different classes, styles, etc. I bring this up because I just noticed that one of my table designs didnt render correctly in IE (big shocker right?). So I have to go t...