From 54ecd47c777a924a15c3157273dfd94e6d33a599 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Tue, 12 Aug 2025 15:15:11 -0500 Subject: [PATCH] Use stage preview when previewing --- app/views/cards/display/_preview.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/cards/display/_preview.html.erb b/app/views/cards/display/_preview.html.erb index 1a4977cdb..9da8be290 100644 --- a/app/views/cards/display/_preview.html.erb +++ b/app/views/cards/display/_preview.html.erb @@ -27,7 +27,7 @@ <% end %> - <%= render "cards/stagings/stages", card: card if card.doing? %> + <%= render "cards/display/preview/stages", card: card if card.doing? %>