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

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

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