Sha256: 1b5cc52ad5c7c24cb4a8e50be8370dcf00af04580c2e6485fff9aded6c0ac590

Contents?: true

Size: 435 Bytes

Versions: 37

Compression:

Stored size: 435 Bytes

Contents

#returns.grouped-form
  %h3 Returns
  = form_for :return, :url => '/returns' do |form|
    = hidden_field_tag :order_id, order.id
    %ul
      - order.returnable_items.each do |item|
        %li
          .label-and-element
            = check_box_tag "items[]", item.id, false, :id => "return_item_#{item.id}", :class => "item_#{item.id}"
            = label_tag "item_#{item.id}", item.id
    = submit_tag "Return", :class => "btn"

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/returns/_grouped_form.html.haml
artfully_ose-1.3.0.pre3 app/views/returns/_grouped_form.html.haml
artfully_ose-1.3.0.pre2 app/views/returns/_grouped_form.html.haml
artfully_ose-1.3.0.pre1 app/views/returns/_grouped_form.html.haml
artfully_ose-1.2.0 app/views/returns/_grouped_form.html.haml
artfully_ose-1.2.0.beta.1 app/views/returns/_grouped_form.html.haml
artfully_ose-1.2.0.alpha.2 app/views/returns/_grouped_form.html.haml
artfully_ose-1.2.0.alpha.1 app/views/returns/_grouped_form.html.haml
artfully_ose-1.2.0.pre.27 app/views/returns/_grouped_form.html.haml
artfully_ose-1.2.0.pre.26 app/views/returns/_grouped_form.html.haml
artfully_ose-1.2.0.pre.24 app/views/returns/_grouped_form.html.haml
artfully_ose-1.2.0.pre.23 app/views/returns/_grouped_form.html.haml
artfully_ose-1.2.0.pre.21 app/views/returns/_grouped_form.html.haml
artfully_ose-1.2.0.pre.20 app/views/returns/_grouped_form.html.haml
artfully_ose-1.2.0.pre.19 app/views/returns/_grouped_form.html.haml
artfully_ose-1.2.0.pre.18 app/views/returns/_grouped_form.html.haml
artfully_ose-1.2.0.pre.17 app/views/returns/_grouped_form.html.haml
artfully_ose-1.2.0.pre.16 app/views/returns/_grouped_form.html.haml
artfully_ose-1.2.0.pre.15 app/views/returns/_grouped_form.html.haml
artfully_ose-1.2.0.pre.12 app/views/returns/_grouped_form.html.haml