5 lines
218 B
Text
5 lines
218 B
Text
.row
|
|
.col-md-6
|
|
= f.input :type, label: 'Swag\'s type', input_html: { name: "sponsor[swag_hash][#{index}][type]"}
|
|
.col-md-6
|
|
= f.input :quantity, input_html: { name: "sponsor[swag_hash][#{index}][quantity]"}
|