Sha256: e3f3d72f162e1d59f243d257b6ec923cb55f111ea8eb1b830acb54ccccecca09

Contents?: true

Size: 324 Bytes

Versions: 24

Compression:

Stored size: 324 Bytes

Contents

#product_actions{:class => "#{order && order.line_items.size > 0 ? "hide_with_javascript" : ""}"}
  %strong Add to Cart
  %br/
  = form_tag add_to_cart_orders_path, :id => "add_to_cart" do
    = hidden_field_tag "product_id", product.id
    Quantity: 
    = text_field_tag "quantity", nil, :size => 4
    = submit_tag "Add"

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.1.9 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.1.8 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.1.7 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.1.6 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.1.5 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.1.4 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.1.3 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.1.2 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.1.1 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.1.0 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.0.18 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.0.17 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.0.16 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.0.15 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.0.14 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.0.13 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.0.12 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.0.11 lib/forge/app/views/products/_add_form.html.haml
forge-cli-0.0.10 lib/forge/app/views/products/_add_form.html.haml