[skip ci] add terms of service link to the invoice.

This commit is contained in:
Mohamed ABDELLANI
2023-10-18 14:17:29 +01:00
parent a5fd0608c3
commit a08a2fd5f6
2 changed files with 7 additions and 0 deletions

View File

@@ -98,3 +98,6 @@
- if @order.note.present?
= render partial: 'spree/admin/orders/_invoice/order_note'
%div.text-center
= link_to_platform_terms

View File

@@ -113,6 +113,10 @@ table.order-summary {
}
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}