Files
old-holivud2/app/views/shared/_custom_fields.html.erb
2020-06-12 16:38:59 +02:00

6 lines
144 B
Plaintext

<% (1..10).each do |n| %>
<div class="form-row">
<%= form.text_area "question_#{n}_text", wrapper_class: "col-sm-12" %>
</div>
<% end%>