From d349023310e72600f4a7e18efae9d3b125d83e77 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 9 Jul 2021 11:38:35 +0200 Subject: [PATCH] resources/views/recipe/show.blade.php: show links with wowhead power instead of external link icon. --- resources/views/recipe/show.blade.php | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/resources/views/recipe/show.blade.php b/resources/views/recipe/show.blade.php index 5baaec8..49e36e7 100644 --- a/resources/views/recipe/show.blade.php +++ b/resources/views/recipe/show.blade.php @@ -14,10 +14,11 @@

{{ __('Created item') }}

-

- {{$recipe->craft->name}} +

@if ($recipe->craft->external_id) - + {{ $recipe->craft->name }} + @else + {{ $recipe->craft->name }} @endif

@@ -29,10 +30,12 @@