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