<%= bootstrap_form_for(@result, url: result_text_path(format: :json), remote: :true) do |f| %> <%= f.text_field :name, style: "margin-top: 10px;" %>
<%= f.fields_for :result_text do |ff| %> <%= ff.text_area :text, style: "margin-top: 10px;" %>
<% end %>
<%= f.submit t("result_texts.edit.update"), class: 'btn btn-primary' %> <% end %>