Add additional rows to payment method selection

This commit is contained in:
Rohan Mitchell
2014-12-18 17:04:10 +11:00
parent d548515684
commit 0151ecbb32

View File

@@ -11,7 +11,7 @@
= select_tag(:payment_method_name,
options_for_select(report_payment_method_options(@orders), params[:payment_method_name]),
multiple: true, include_blank: true)
multiple: true, include_blank: true, size: 10)
%br
%br
= label_tag nil, "Shipping Method: "