From 0d777d214ccb2c29727114fa39e53294fed3b4bc Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sun, 9 Jun 2024 22:29:37 +0200 Subject: [PATCH] use `secure_url()` --- resources/views/partials/checkins-list.blade.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/partials/checkins-list.blade.php b/resources/views/partials/checkins-list.blade.php index 8d30cf6..eb9d24f 100644 --- a/resources/views/partials/checkins-list.blade.php +++ b/resources/views/partials/checkins-list.blade.php @@ -11,11 +11,11 @@ $path = "/" . $trip_slug . "/" .$hasEmbed . "/" . $filepath[1]; $embed = ''; if (isset($email)) { - $embed .= '

If your email client doesn\'t support video embeds, here is a link to the file instead.

'; + $embed .= '

If your email client doesn\'t support video embeds, here is a link to the file instead.

'; } } else { $embed = '

[The video \'' . $filepath[1] . '\' has not yet been uploaded, try again later.]

'; @@ -28,11 +28,11 @@ $path = "/" . $trip_slug . "/" .$hasEmbed . "/" . $filepath[1]; $embed = ''; if (isset($email)) { - $embed .= '

If your email client doesn\' support audio embeds, here is a link to the file instead.

'; + $embed .= '

If your email client doesn\' support audio embeds, here is a link to the file instead.

'; } } else { $embed = '

[The recording \'' . $filepath[1] . '\' has not yet been uploaded, try again later.]

';