Sha256: fd24df54f39c0635010449db5daded64271fa57748040d8a7e7e7985a83f763f

Contents?: true

Size: 445 Bytes

Versions: 37

Compression:

Stored size: 445 Bytes

Contents

#exchanges.grouped-form
  %h3 Exchanges
  = form_tag new_exchange_path, :method => :get do
    = hidden_field_tag :order_id, order.id
    %ul
      - order.exchangeable_items.each do |item|
        %li
          .label-and-element
            = check_box_tag "items[]", item.id, false, :id => "exchange_item_#{item.id}", :class => "item_#{item.id}"
            = label_tag "item_#{item.id}", item.id
    = submit_tag "Exchange", :class => "btn"

Version data entries

37 entries across 37 versions & 1 rubygems

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