Sha256: 956bf5d2295093a092d0fd2c1017499817d5ed50a84ad77344373c3af4b06173

Contents?: true

Size: 440 Bytes

Versions: 37

Compression:

Stored size: 440 Bytes

Contents

#refunds.grouped-form
  %h3 Refunds
  = form_tag new_refund_path, :method => :get do
    = hidden_field_tag :order_id, order.id
    %ul
      - order.refundable_items.each do |item|
        %li
          .label-and-element
            = check_box_tag "items[]", item.id, false, :id => "refund_item_#{item.id}", :class => "item_#{item.id}"
            = label_tag "refund_item_#{item.id}", item.id
    = submit_tag "Refund", :class => "btn"

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.11 app/views/refunds/_grouped_form.html.haml
artfully_ose-1.2.0.pre.10 app/views/refunds/_grouped_form.html.haml
artfully_ose-1.2.0.pre.9 app/views/refunds/_grouped_form.html.haml
artfully_ose-1.2.0.pre.8 app/views/refunds/_grouped_form.html.haml
artfully_ose-1.2.0.pre.7 app/views/refunds/_grouped_form.html.haml
artfully_ose-1.2.0.pre.6 app/views/refunds/_grouped_form.html.haml
artfully_ose-1.2.0.pre.5 app/views/refunds/_grouped_form.html.haml
artfully_ose-1.2.0.pre.4 app/views/refunds/_grouped_form.html.haml
artfully_ose-1.2.0.pre.3 app/views/refunds/_grouped_form.html.haml
artfully_ose-1.2.0.pre.2 app/views/refunds/_grouped_form.html.haml
artfully_ose-1.2.0.pre.1 app/views/refunds/_grouped_form.html.haml
artfully_ose-1.2.0.pre app/views/refunds/_grouped_form.html.haml
artfully_ose-1.1.0 app/views/refunds/_grouped_form.html.haml
artfully_ose-1.1.0.rc2 app/views/refunds/_grouped_form.html.haml
artfully_ose-1.1.0.rc1 app/views/refunds/_grouped_form.html.haml
artfully_ose-1.0.0.rc4 app/views/refunds/_grouped_form.html.haml
artfully_ose-1.0.0.rc3 app/views/refunds/_grouped_form.html.haml