Sha256: 58f0a2385f9664ccc6d16be34868cddf17bd73a676c3a19872e33a7153eef7da

Contents?: true

Size: 859 Bytes

Versions: 26

Compression:

Stored size: 859 Bytes

Contents

<div class="promotion_rule promotion-block card mb-3" id="<%= dom_id promotion_rule %>">
  <% type_name = promotion_rule.class.name.demodulize.underscore %>
  <div class="card-header d-flex justify-content-between">
    <%= link_to_with_icon 'delete.svg', '',
      spree.admin_promotion_promotion_rule_path(@promotion, promotion_rule),
      remote: true,
      method: :delete,
      class: 'delete order-2' %>
    <h3 class='card-title h5 mb-0 promotion-title'>
      <%= Spree.t("promotion_rule_types.#{type_name}.description") %>
    </h3>
  </div>
  <% param_prefix = "promotion[promotion_rules_attributes][#{promotion_rule.id}]" %>
  <%= hidden_field_tag "#{param_prefix}[id]", promotion_rule.id %>

  <%= render partial: "spree/admin/promotions/rules/#{type_name}",
    locals: { promotion_rule: promotion_rule, param_prefix: param_prefix } %>
</div>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
spree_backend-4.2.7 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.3.3 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.2.6 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.3.2 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.4.1 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.4.0 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.4.0.rc2 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.3.1 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.4.0.rc1 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.3.0 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.3.0.rc3 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.3.0.rc2 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.3.0.rc1 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.2.5 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.2.4 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.2.3.1 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.2.3 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.2.2 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.2.1 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.2.0 app/views/spree/admin/promotions/_promotion_rule.html.erb