= 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/ Sales %tbody - @products.find_each do |product| %tr %td = product_link product %td = 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 %i.fa.fa-envelope Send me the mail!