Sha256: feb45b13e56c2e57a35df69b58c06ce5728d9a65983f0b0daad8c976772c8def
Contents?: true
Size: 647 Bytes
Versions: 8
Compression:
Stored size: 647 Bytes
Contents
<div class="promotion_rule" id="<%= dom_id promotion_rule %>"> <span class="delete"><%= link_to_with_icon 'cross', '', admin_promotion_promotion_rule_path(@promotion, promotion_rule), :remote => true, :method => 'delete' %></span> <% type_name = promotion_rule.class.name.demodulize.underscore %> <% param_prefix = "promotion[promotion_rules_attributes][#{promotion_rule.id}]" %> <%= hidden_field_tag "#{param_prefix}[id]", promotion_rule.id %> <p><%= t("promotion_rule_types.#{type_name}.description") %></p> <%= render "admin/promotions/rules/#{type_name}", :promotion_rule => promotion_rule, :param_prefix => param_prefix %> </div>
Version data entries
8 entries across 8 versions & 1 rubygems