% content_for :page_title do %>
<%= t(:editing_promotion) %>
<% end %>
<% content_for :page_actions do %>
<%= button_link_to t(:back_to_promotions_list), admin_promotions_path, :icon => 'icon-arrow-left' %>
<% end %>
<%= form_for @promotion, :url => object_url, :method => :put do |f| %>
<% end %>
<%= render :partial => "spree/admin/variants/autocomplete", :formats => [:js] %>