diff --git a/app/Views/podcast/_partials/note.php b/app/Views/podcast/_partials/note.php
index 757f4785..d94f7eb3 100644
--- a/app/Views/podcast/_partials/note.php
+++ b/app/Views/podcast/_partials/note.php
@@ -27,15 +27,14 @@
= $note->message_html ?>
- preview_card): ?>
- = view('podcast/_partials/preview_card', [
- 'preview_card' => $note->preview_card,
- ]) ?>
-
episode_id): ?>
= view('podcast/_partials/episode_card', [
'episode' => $note->episode,
]) ?>
+ preview_card_id): ?>
+ = view('podcast/_partials/preview_card', [
+ 'preview_card' => $note->preview_card,
+ ]) ?>
= $this->include('podcast/_partials/note_actions') ?>
diff --git a/app/Views/podcast/_partials/note_authenticated.php b/app/Views/podcast/_partials/note_authenticated.php
index 44279df1..01930eb2 100644
--- a/app/Views/podcast/_partials/note_authenticated.php
+++ b/app/Views/podcast/_partials/note_authenticated.php
@@ -27,15 +27,14 @@
= $note->message_html ?>
- preview_card): ?>
- = view('podcast/_partials/preview_card', [
- 'preview_card' => $note->preview_card,
- ]) ?>
-
episode_id): ?>
= view('podcast/_partials/episode_card', [
'episode' => $note->episode,
]) ?>
+ preview_card_id): ?>
+ = view('podcast/_partials/preview_card', [
+ 'preview_card' => $note->preview_card,
+ ]) ?>
= $this->include('podcast/_partials/note_actions_authenticated') ?>
diff --git a/app/Views/podcast/_partials/reblog.php b/app/Views/podcast/_partials/reblog.php
index 12077674..fa014f1e 100644
--- a/app/Views/podcast/_partials/reblog.php
+++ b/app/Views/podcast/_partials/reblog.php
@@ -34,15 +34,14 @@
= $note->message_html ?>
- preview_card): ?>
- = view('podcast/_partials/preview_card', [
- 'preview_card' => $note->preview_card,
- ]) ?>
-
episode_id): ?>
= view('podcast/_partials/episode_card', [
'episode' => $note->episode,
]) ?>
+ preview_card_id): ?>
+ = view('podcast/_partials/preview_card', [
+ 'preview_card' => $note->preview_card,
+ ]) ?>
= $this->include('podcast/_partials/note_actions') ?>
diff --git a/app/Views/podcast/_partials/reblog_authenticated.php b/app/Views/podcast/_partials/reblog_authenticated.php
index bfb01806..43ecf460 100644
--- a/app/Views/podcast/_partials/reblog_authenticated.php
+++ b/app/Views/podcast/_partials/reblog_authenticated.php
@@ -34,15 +34,14 @@
= $note->message_html ?>
- preview_card): ?>
- = view('podcast/_partials/preview_card', [
- 'preview_card' => $note->preview_card,
- ]) ?>
-
episode_id): ?>
= view('podcast/_partials/episode_card', [
'episode' => $note->episode,
]) ?>
+ preview_card_id): ?>
+ = view('podcast/_partials/preview_card', [
+ 'preview_card' => $note->preview_card,
+ ]) ?>
= $this->include('podcast/_partials/note_actions_authenticated') ?>
diff --git a/app/Views/podcast/_partials/reply.php b/app/Views/podcast/_partials/reply.php
index 2d36a450..c687a1e9 100644
--- a/app/Views/podcast/_partials/reply.php
+++ b/app/Views/podcast/_partials/reply.php
@@ -19,7 +19,7 @@
>= lang('Common.mediumDate', [$reply->published_at]) ?>
= $reply->message_html ?>
- preview_card): ?>
+ preview_card_id): ?>
= view('podcast/_partials/preview_card', [
'preview_card' => $reply->preview_card,
]) ?>
diff --git a/app/Views/podcast/_partials/reply_authenticated.php b/app/Views/podcast/_partials/reply_authenticated.php
index 739986fa..e7dfebcf 100644
--- a/app/Views/podcast/_partials/reply_authenticated.php
+++ b/app/Views/podcast/_partials/reply_authenticated.php
@@ -19,7 +19,7 @@
>= lang('Common.mediumDate', [$reply->created_at]) ?>
= $reply->message_html ?>
- preview_card): ?>
+ preview_card_id): ?>
= view('podcast/_partials/preview_card', [
'preview_card' => $reply->preview_card,
]) ?>