diff --git a/app/views/public/cards/show.html.erb b/app/views/public/cards/show.html.erb
index 4f0e904ce..30c55ed01 100644
--- a/app/views/public/cards/show.html.erb
+++ b/app/views/public/cards/show.html.erb
@@ -16,19 +16,19 @@
<%= card_article_tag @card, class: "card" do %>
<%= render "cards/container/title", card: @card %>
- <%= render "cards/display/preview/stages", card: @card if @card.doing? %>
+ <%= render "cards/display/public_preview/stages", card: @card if @card.doing? %>
<%= render "cards/display/perma/steps", card: @card %>
<% end %>
diff --git a/app/views/public/cards/show/_meta.html.erb b/app/views/public/cards/show/_meta.html.erb
deleted file mode 100644
index 846fee3c8..000000000
--- a/app/views/public/cards/show/_meta.html.erb
+++ /dev/null
@@ -1,31 +0,0 @@
-
\ No newline at end of file