Removed "pin link"

Not fully disabled yet.
This commit is contained in:
Julian Prieber 2022-08-31 13:39:19 +02:00
parent 6bb432a4be
commit d238c17b64
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<th scope="col">Title</th> <th scope="col">Title</th>
<th scope="col">Clicks</th> <th scope="col">Clicks</th>
<th scope="col">Order </th> <th scope="col">Order </th>
<th scope="col">Pin Link </th> {{-- <th scope="col">Pin Link </th> --}}
<th scope="col">Edit</th> <th scope="col">Edit</th>
@if(env('ENABLE_BUTTON_EDITOR') === true)<th scope="col">Button Editor</th>@endif @if(env('ENABLE_BUTTON_EDITOR') === true)<th scope="col">Button Editor</th>@endif
<th scope="col">Delete</th> <th scope="col">Delete</th>
@ -40,7 +40,7 @@
<td title="{{ $link->title }}">{{ Str::limit($link->title, 30) }}</td> <td title="{{ $link->title }}">{{ Str::limit($link->title, 30) }}</td>
<td class="text-right">{{ $link->click_number }}</td> <td class="text-right">{{ $link->click_number }}</td>
<td class="text-right">{{ $link->order }}</td> <td class="text-right">{{ $link->order }}</td>
<td><a href="{{ route('upLink', ['up' => $link->up_link, 'id' => $link->id]) }}" class="text-primary">{{ $link->up_link }}</a></td> {{-- <td><a href="{{ route('upLink', ['up' => $link->up_link, 'id' => $link->id]) }}" class="text-primary">{{ $link->up_link }}</a></td> --}}
<td><a href="{{ route('editLink', $link->id ) }}">Edit</a></td> <td><a href="{{ route('editLink', $link->id ) }}">Edit</a></td>
@if(env('ENABLE_BUTTON_EDITOR') === true) @if(env('ENABLE_BUTTON_EDITOR') === true)
@if($link->button_id == 1 or $link->button_id == 2) @if($link->button_id == 1 or $link->button_id == 2)