% 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 %>
<%= render :partial => 'form' %>