Sha256: 9290e6f43e09c177faec8eb41844b0f6cdc66c42c953b61ad6af741127e8fd0f
Contents?: true
Size: 429 Bytes
Versions: 46
Compression:
Stored size: 429 Bytes
Contents
<% question = form.object %> <script type="text/template" class="decidim-answer-option-template decidim-template" id="<%= template_id %>"> <%= fields_for "questionnaire[questions][#{question.to_param}][answer_options][]", blank_answer_option do |answer_option_form| %> <%= render "decidim/forms/admin/questionnaires/answer_option", form: answer_option_form, question: question, editable: editable %> <% end %> </script>
Version data entries
46 entries across 46 versions & 1 rubygems