Fix size of receive_button in list of finished orders

This commit is contained in:
Patrick Gansterer 2017-11-06 14:15:15 +01:00
parent 9d588f70cc
commit f261272c7e

View file

@ -57,7 +57,7 @@
%td= truncate(order.note) %td= truncate(order.note)
%td %td
- unless order.stockit? - unless order.stockit?
= receive_button order = receive_button order, class: 'btn-small'
%td %td
= link_to t('ui.copy'), new_order_path(order_id: order, supplier_id: order.supplier), class: 'btn btn-small' = link_to t('ui.copy'), new_order_path(order_id: order, supplier_id: order.supplier), class: 'btn btn-small'