File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 >
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 )
You can’t perform that action at this time.
0 commit comments