2017-08-25 20:04:19 +03:00
|
|
|
.row
|
|
|
|
|
.col-md-6
|
2017-08-25 23:42:14 +03:00
|
|
|
= f.input :type, label: 'Swag\'s type', input_html: { name: "sponsor[swag_hash][#{index}][type]"}
|
2017-08-25 20:04:19 +03:00
|
|
|
.col-md-6
|
2017-08-25 23:42:14 +03:00
|
|
|
= f.input :quantity, input_html: { name: "sponsor[swag_hash][#{index}][quantity]"}
|