<% content_for :page_title do %> <%= @active_sale.name %> > <%= t('spree.active_sale.event.title.new') %> <% end %> <% content_for :page_actions do %>
  • <%= button_link_to t('spree.active_sale.event.link.back'), [:admin, @active_sale, @active_sale_event], :icon => 'icon-arrow-left', :id => 'admin_new_active_sale_event_link' %>
  • <% end %>
    <%= form_for [:admin, @active_sale, @active_sale_event], :html => { :id => 'admin_active_sale_event', :multipart => true } do |form| %> <%= render :partial => 'form', :locals => { :form => form } %> <% end %>