From 1ac5eb6d236233f1af902e3fe2018dd4f5157b04 Mon Sep 17 00:00:00 2001 From: Eric Fawcett Date: Tue, 20 Sep 2022 17:47:38 +0000 Subject: [PATCH] fix links --- resources/views/tags/list.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/tags/list.blade.php b/resources/views/tags/list.blade.php index 83b0e28f..b47b8495 100644 --- a/resources/views/tags/list.blade.php +++ b/resources/views/tags/list.blade.php @@ -30,7 +30,7 @@ @foreach($apps as $app) {{ $app->title }} - target }} href="{{ url('tag/'.$app->link) }}">{{ $app->link }} + target }} href="{{ url($app->link) }}">{{ $app->link }} {!! Form::open(['method' => 'DELETE','route' => ['tags.destroy', $app->id],'style'=>'display:inline']) !!}