lib/rawbotz/views/order/non_remote.haml in rawbotz-0.1.2 vs lib/rawbotz/views/order/non_remote.haml in rawbotz-0.1.3

- old
+ new

@@ -1,39 +1,36 @@ = haml "orders/menu".to_sym %h1 Non-Remote Order for supplier #{@supplier.name} +#modal-plot.modal-plot + %center %form.pure-form(action="" method="post") %input(name="supplier_id" type="hidden" value="#{@supplier.id}") %table.pure-table %thead %tr %th Name %th Qty %th Packsize - -#%th Stock and Sales + %th Stock/ Sales %tbody - @products.find_each do |product| %tr %td = product_link product %td - %input.qty(name="item_#{product.id}" size="2") - - if product.packsize.present? - %button.pure-button.plus-pack(data-packsize="#{product.packsize}") - %i.fa.fa-plus-square - %i.fa.fa-cube - %button.pure-button.minus-pack(data-packsize="#{product.packsize}") - %i.fa.fa-minus-square - %i.fa.fa-cube - %button.pure-button.order-none - %i.fa.fa-remove + = haml "widgets/_qty_wished_input".to_sym, locals: {product: product} %td - if product.packsize.present? = product.packsize - else %i.fa.fa-ban + %td + - stock_url = "/product/#{product.id}/stock_sales_plot" + %a.stock_show_action{:href => "", :data => {url: stock_url, product: product.name}} + Stock/Sales %br %center %button.pure-button.pure-button-primary