<%= render partial: "cards/steps/step", collection: card.steps, as: :step %>
  1. <%= form_with model: [card, Step.new], url: card_steps_path(card) do |form| %> <%= form.text_field :content, class: "input step__content hide-focus-ring", placeholder: "Add a step…", required: true, autocomplete: "off" %> <% end %>