Fix swag partial

This commit is contained in:
nasia 2017-08-25 23:42:14 +03:00
parent e55509183c
commit 2042d0eb7a
2 changed files with 4 additions and 5 deletions

View file

@ -1,5 +1,5 @@
.row
.col-md-6
= text_field_tag "sponsor[swag_hash][#{index}][type]"
= f.input :type, label: 'Swag\'s type', input_html: { name: "sponsor[swag_hash][#{index}][type]"}
.col-md-6
= text_field_tag "sponsor[swag_hash][#{index}][quantity]"
= f.input :quantity, input_html: { name: "sponsor[swag_hash][#{index}][quantity]"}