From 1ecbc6d8acaa9a008165a542b2be44608c737211 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 30 Sep 2025 18:11:24 -0500 Subject: [PATCH] This child of `
    ` should be `
  1. ` --- app/views/cards/display/perma/_steps.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/cards/display/perma/_steps.html.erb b/app/views/cards/display/perma/_steps.html.erb index f61b3f380..1c4f51e0f 100644 --- a/app/views/cards/display/perma/_steps.html.erb +++ b/app/views/cards/display/perma/_steps.html.erb @@ -1,10 +1,10 @@
      <%= 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 %> -
    2. +