4 lines
165 B
Text
4 lines
165 B
Text
%div
|
|
= text_field_tag 'poll[choices][]', value
|
|
= link_to t('.remove'), "#", title: t('.remove_choice'), 'data-remove-choice' => true,
|
|
class: 'btn btn-small'
|