From 2f88908cdfd0e6f3a4ecf2c01fbc3c610f97e3b8 Mon Sep 17 00:00:00 2001 From: Marco Roth Date: Tue, 2 Dec 2025 17:21:35 +0100 Subject: [PATCH] Address HTML markup issues reported by Herb --- app/views/boards/new.html.erb | 2 +- app/views/cards/display/_public_preview.html.erb | 2 +- app/views/layouts/public.html.erb | 1 + app/views/webhooks/show.html.erb | 6 +++--- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/views/boards/new.html.erb b/app/views/boards/new.html.erb index 57c809b17..4536af7fc 100644 --- a/app/views/boards/new.html.erb +++ b/app/views/boards/new.html.erb @@ -2,7 +2,7 @@
<%= form_with model: @board, class: "flex flex-column gap", data: { controller: "form" } do |form| %> -

<%= @page_title %>

+

<%= @page_title %>

<%= form.text_field :name, required: true, class: "input full-width", autofocus: true, autocomplete: "off",placeholder: "Name it…", data: { action: "keydown.esc@document->form#cancel" } %>