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