<%= form_with(model: collection) do |form| %> <% if collection.errors.any? %>

<%= pluralize(collection.errors.count, "error") %> prohibited this collection from being saved:

<% end %>
<%= form.label :name, style: "display: block" %> <%= form.text_field :name %>
<%= form.submit %>
<% end %>