<%= action_form.label :calculator_type, t(:calculator) %> <%= action_form.collection_select :calculator_type, @calculators, :to_s, :description, {}, {:class => 'type-select'} %> <% if promotion_action.calculator.respond_to?(:preferences) %> <%= t(:calculator_settings_warning)%> <% end %>
<% unless promotion_action.new_record? %>