Fix swag partial
This commit is contained in:
parent
e55509183c
commit
2042d0eb7a
2 changed files with 4 additions and 5 deletions
|
|
@ -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]"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue