<% for policy in Promotion::MATCH_POLICIES %> <%= f.radio_button :preferred_match_policy, policy %> <%= t "promotion_form.match_policies.#{policy}" %> <% end %>
<%= button t("update") %>
<%= t('add_rule_of_type') %> <%= select_tag("promotion_rule[type]", options) %>