Displaying 1 result from an estimated 1 matches for "view_admin_block".
2006 Apr 10
8
Advice on Similar Views with Helpers
...the same exact table for each section that''s similar.
Is there a way to do.. hmm.. well.. kind of like what a layout does
using @content_for_layout, but for a partial. Does that make any sense
whatsoever? :)
OK so here''s some pseudocode of maybe a helper or something..
<% view_admin_block "Admin Title" %>
This is some content that would go in that block like links to
changing usernames, etc.
<% end %>
What this would do is render a table with all the fancy look-n-feel,
borders, all the things that it needs, and it would place "User
Administration"...