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 27
27
<th scope =" col" >Title</th >
28
28
<th scope =" col" >Clicks</th >
29
29
<th scope =" col" >Order ⏶</th >
30
- <th scope =" col" >Pin Link ⏶</th >
30
+ {{-- <th scope="col">Pin Link ⏶</th> --}}
31
31
<th scope =" col" >Edit</th >
32
32
@if (env (' ENABLE_BUTTON_EDITOR' ) === true )<th scope =" col" >Button Editor</th >@endif
33
33
<th scope =" col" >Delete</th >
40
40
<td title =" {{ $link -> title } }" >{{ Str:: limit ($link -> title , 30 ) } } </td >
41
41
<td class =" text-right" >{{ $link -> click_number } } </td >
42
42
<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> --}}
44
44
<td ><a href =" {{ route (' editLink' , $link -> id ) } }" >Edit</a ></td >
45
45
@if (env (' ENABLE_BUTTON_EDITOR' ) === true )
46
46
@if ($link -> button_id == 1 or $link -> button_id == 2 )
You can’t perform that action at this time.
0 commit comments