Fix size of receive_button in list of finished orders
This commit is contained in:
parent
9d588f70cc
commit
f261272c7e
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue