Sha256: e8c4ea350e63dfbc54a612cb941b160793d72355df8b6b3548754a30b591c2a9

Contents?: true

Size: 855 Bytes

Versions: 35

Compression:

Stored size: 855 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', '',
      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

35 entries across 35 versions & 1 rubygems

Version Path
spree_backend-4.0.9 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.1.15 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.1.14 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.0.8 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.1.13.1 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.0.7.1 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.0.7 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.1.13 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.0.6 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.0.5 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.1.12 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.0.4 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.1.11 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.1.10 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.1.9 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.1.8 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.1.7 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.1.6 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.1.5 app/views/spree/admin/promotions/_promotion_rule.html.erb
spree_backend-4.1.4 app/views/spree/admin/promotions/_promotion_rule.html.erb