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? %>