<%= title [l(:label_view_customize_plural), view_customizes_path], @view_customize.id %> <%= labelled_form_for :view_customize, @view_customize, :url => view_customize_path, :html => {:multipart => true, :id => 'view_customize-form'} do |f| %> <%= render :partial => 'view_customizes/form', :locals => {:form => f} %> <%= f.submit l(:button_save) %> <%= link_to l(:button_cancel), :controller => 'view_customizes', :action => 'show', :id => @view_customize.id %> <% end %>