Oops, fix mistakes when extracting support-form class

I didn't include the alt styles call site when making the commit, and
also I named the file differently than other nearby files are named!
This commit is contained in:
Emi Matchu 2024-11-20 11:24:56 -08:00
parent e846a75f7a
commit 388bb9a251
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
= image_tag @alt_style.preview_image_url, class: "alt-style-preview"
= form_with model: @alt_style, class: "alt-style-form" do |f|
= form_with model: @alt_style, class: "support-form" do |f|
- if @alt_style.errors.any?
%p
Could not save:
@ -36,5 +36,5 @@
Then: Go to unlabeled style
- content_for :stylesheets do
= stylesheet_link_tag "application/breadcrumbs"
= stylesheet_link_tag "application/breadcrumbs", "application/support-form"
= page_stylesheet_link_tag "alt_styles/edit"