Displaying 1 result from an estimated 1 matches for "tabbed_navigator".
2007 Aug 22
1
Tabbed Navigation
Went back and forth a bit trying to find out the easiest way to do this.
Found a plugin but it didn''t seem very stable/well written.
This is what I have going right now:
- if @content_for_recipe_editor_tabs
= yield :recipe_editor_tabs
- else
= tabbed_navigator(RecipesController.send "edit_tabs")
If any templates/sub-templates/partials used in this render have something
like this:
- content_for(''recipe_editor_tabs'' ) do
= tabbed_navigator(RecipesController.send "new_tabs")
That content will be used in place o...