Skip to content

Commit d238c17

Browse files
committed
Removed "pin link"
Not fully disabled yet.
1 parent 6bb432a commit d238c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/studio/links.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<th scope="col">Title</th>
2828
<th scope="col">Clicks</th>
2929
<th scope="col">Order ⏶</th>
30-
<th scope="col">Pin Link ⏶</th>
30+
{{-- <th scope="col">Pin Link ⏶</th> --}}
3131
<th scope="col">Edit</th>
3232
@if(env('ENABLE_BUTTON_EDITOR') === true)<th scope="col">Button Editor</th>@endif
3333
<th scope="col">Delete</th>
@@ -40,7 +40,7 @@
4040
<td title="{{ $link->title }}">{{ Str::limit($link->title, 30) }}</td>
4141
<td class="text-right">{{ $link->click_number }}</td>
4242
<td class="text-right">{{ $link->order }}</td>
43-
<td><a href="{{ route('upLink', ['up' => $link->up_link, 'id' => $link->id]) }}" class="text-primary">{{ $link->up_link }}</a></td>
43+
{{-- <td><a href="{{ route('upLink', ['up' => $link->up_link, 'id' => $link->id]) }}" class="text-primary">{{ $link->up_link }}</a></td> --}}
4444
<td><a href="{{ route('editLink', $link->id ) }}">Edit</a></td>
4545
@if(env('ENABLE_BUTTON_EDITOR') === true)
4646
@if($link->button_id == 1 or $link->button_id == 2)

0 commit comments

Comments
 (0)