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
1 changed files with 1 additions and 1 deletions

View File

@ -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'