diff --git a/app/views/orders/index.html.haml b/app/views/orders/index.html.haml index a1a87bb5..f0b87cb7 100644 --- a/app/views/orders/index.html.haml +++ b/app/views/orders/index.html.haml @@ -57,7 +57,7 @@ %td= truncate(order.note) %td - unless order.stockit? - = receive_button order + = receive_button order, class: 'btn-small' %td = link_to t('ui.copy'), new_order_path(order_id: order, supplier_id: order.supplier), class: 'btn btn-small'