diff --git a/app/assets/stylesheets/application/support_form.sass b/app/assets/stylesheets/application/support-form.sass similarity index 100% rename from app/assets/stylesheets/application/support_form.sass rename to app/assets/stylesheets/application/support-form.sass diff --git a/app/views/alt_styles/edit.html.haml b/app/views/alt_styles/edit.html.haml index d77620da..d90a9cbd 100644 --- a/app/views/alt_styles/edit.html.haml +++ b/app/views/alt_styles/edit.html.haml @@ -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"