From b186978624e19d682733f95dbe767041112ebd57 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 16 Jan 2019 11:39:39 +0000 Subject: [PATCH] fixes #299 --- 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 d3701a46..15b99098 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="{{ $app->url }}">{{ $app->link }} + target }} href="/tag/{{ $app->url }}">{{ $app->link }} {!! Form::open(['method' => 'DELETE','route' => ['tags.destroy', $app->id],'style'=>'display:inline']) !!}