We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75014c8 + 1ac5eb6 commit dcc0f90Copy full SHA for dcc0f90
resources/views/tags/list.blade.php
@@ -30,7 +30,7 @@
30
@foreach($apps as $app)
31
<tr>
32
<td>{{ $app->title }}</td>
33
- <td><a{{ $app->target }} href="{{ url('tag/'.$app->link) }}">{{ $app->link }}</a></td>
+ <td><a{{ $app->target }} href="{{ url($app->link) }}">{{ $app->link }}</a></td>
34
<td class="text-center"><a href="{!! route('tags.edit', [$app->id]) !!}" title="{{ __('app.settings.edit') }} {!! $app->title !!}"><i class="fas fa-edit"></i></a></td>
35
<td class="text-center">
36
{!! Form::open(['method' => 'DELETE','route' => ['tags.destroy', $app->id],'style'=>'display:inline']) !!}
0 commit comments