Sha256: 5766eb3b1c1a0d7e84a51ce888ae648744a23a1a3ca58103ebee2dbfd89f5e51
Contents?: true
Size: 940 Bytes
Versions: 25
Compression:
Stored size: 940 Bytes
Contents
<div class="promotion_rule promotion-block alpha omega eight columns" id="<%= dom_id promotion_rule %>"> <% type_name = promotion_rule.class.name.demodulize.underscore %> <h6 class='promotion-title <%= 'no-text' if type_name == 'user_logged_in' || type_name == 'first_order'%>'><%= Spree.t("promotion_rule_types.#{type_name}.description") %></h6> <%= link_to_with_icon 'icon-trash', '', spree.admin_promotion_promotion_rule_path(@promotion, promotion_rule), :remote => true, :method => :delete, :class => 'delete' %> <% param_prefix = "promotion[promotion_rules_attributes][#{promotion_rule.id}]" %> <%= hidden_field_tag "#{param_prefix}[id]", promotion_rule.id %> <%= render :partial => "spree/shared/error_messages", :locals => { :target => promotion_rule } %> <%= render :partial => "spree/admin/promotions/rules/#{type_name}", :locals => { :promotion_rule => promotion_rule, :param_prefix => param_prefix } %> </div>
Version data entries
25 entries across 25 versions & 1 rubygems