Voucher codes should only be a single line so use a text field instead of a textarea

This commit is contained in:
Cillian O'Ruanaidh
2023-07-21 12:12:36 +01:00
parent 6ddb3cd644
commit 535ca954de

View File

@@ -14,7 +14,7 @@
.alpha.four.columns
= f.label :code, t('.voucher_code')
.omega.eight.columns
= f.text_area :code, rows: 6, class: 'fullwidth'
= f.text_field :code, class: 'fullwidth'
.row
.alpha.four.columns
= f.label :amount, t('.voucher_amount')