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

Version Path
spree_backend-2.1.12 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.1.11 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.1.10 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.0.13 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.1.9 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.1.8 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.0.12 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.1.7 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.0.11 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.0.10 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.2.1 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.1.6 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.2.0 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.1.5 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.0.9 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.1.4 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.0.8 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.1.3 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.0.7 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-2.1.2 app/views/spree/admin/promotions/_promotion_rule.html.erb