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.
1 parent a68990a commit 66ac920Copy full SHA for 66ac920
resources/views/panel/links.blade.php
@@ -17,7 +17,7 @@
17
<tbody>
18
@foreach($links as $link)
19
<tr>
20
- <td title="{{ $link->link }}"><a style="color:#8ab4f8;text-decoration:underline;" href="{{ $link->link }}" target="_blank">{{ Str::limit($link->link, 50) }}</a></td>
+ <td title="{{ $link->link }}"><a style="color:#3985ff;text-decoration:underline;" href="{{ $link->link }}" target="_blank">{{ Str::limit($link->link, 50) }}</a></td>
21
<td title="{{ $link->title }}">{{ Str::limit($link->title, 30) }}</td>
22
<td class="text-right">{{ $link->click_number }}</td>
23
<td><a href="{{ route('deleteLinkUser', $link->id ) }}" class="text-danger">Delete</a></td>
0 commit comments