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']) !!}