From e54b742df3ad34de798c82ce33fc18b11dc41ed5 Mon Sep 17 00:00:00 2001 From: Mercury <63693594+itinerare@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:19:20 -0500 Subject: [PATCH] fix(prompts): remove extraneous $ before idUrl property (#1185) --- resources/views/prompts/_prompt_entry.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/prompts/_prompt_entry.blade.php b/resources/views/prompts/_prompt_entry.blade.php index de30c23fe..72339dad2 100644 --- a/resources/views/prompts/_prompt_entry.blade.php +++ b/resources/views/prompts/_prompt_entry.blade.php @@ -6,9 +6,9 @@
@if (isset($isPage)) -

{!! $prompt->name !!}

+

{!! $prompt->name !!}

@else -

{!! $prompt->name !!}

+

{!! $prompt->name !!}

@endif @if ($prompt->prompt_category_id)
Category: {!! $prompt->category->displayName !!}