% content_for :subnavigation do %> <%= link_to "new", new_menu_item_path %> <% end %>
| <%= menu_item.title %> | <%= link_to "Edit", edit_menu_item_path(menu_item) %> | <%= link_to( "Delete", menu_item_path(menu_item), :method => :delete, :confirm => "Are you sure?" ) %> |