%p#notice= notice %p %b Order: = @orders_product.order %p %b Product: = @orders_product.product %p %b Quoted unit price: = @orders_product.quoted_unit_price %p %b Quantity: = @orders_product.quantity %p %b Full line price: = @orders_product.full_line_price %p %b Delivered: = @orders_product.delivered = link_to 'Edit', edit_orders_product_path(@orders_product) \| = link_to 'Back', order_orders_products_path(@orders_product.order)