From 5dab9f8a3c609de7d514f1c0f798624a730c2794 Mon Sep 17 00:00:00 2001 From: Rob Zolkos Date: Thu, 11 Dec 2025 11:42:30 -0500 Subject: [PATCH] Fix view-transition-name typo in public card show Note: This transition name isn't paired with any other element, so could be removed entirely if not planned for future use. --- app/views/public/cards/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/public/cards/show.html.erb b/app/views/public/cards/show.html.erb index ae2e1fb1a..aa08fe149 100644 --- a/app/views/public/cards/show.html.erb +++ b/app/views/public/cards/show.html.erb @@ -14,7 +14,7 @@ <% content_for :header do %>
- <%= back_link_to @card.board.name, published_board_url(@card.board), "keydown.left@document->hotkey#click keydown.esc@document->hotkey#click", style: "view-transistion-name: card-board-title;" %> + <%= back_link_to @card.board.name, published_board_url(@card.board), "keydown.left@document->hotkey#click keydown.esc@document->hotkey#click", style: "view-transition-name: card-board-title;" %>
<% end %>