foodsoft/plugins/polls/app/views/polls/_choice.haml
Patrick Gansterer d476993321 Add polls plugin
2020-02-24 14:27:22 +01:00

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'