v0.10.13b - Fixed images error after you had searched
This commit is contained in:
@@ -174,8 +174,8 @@ class LocationController extends Controller
|
||||
$output = "<tr>".
|
||||
"<th>Navn</th>".
|
||||
"<th>Lokation</th>".
|
||||
"<th style=\"width: 1em;\"><img class=\"w-100\" src=\"http://127.0.0.1:8000/images/icons/pencil.svg\" alt=\"Update\"></th>".
|
||||
"<th style=\"width: 1em;\"><img class=\"w-100\" src=\"http://127.0.0.1:8000/images/icons/trashcan.svg\" alt=\"Delete\"></th>".
|
||||
"<th style=\"width: 1em;\"><img class=\"w-100\" src=".asset('/images/icons/trashcan-dark.svg')." alt=\"Update\"></th>".
|
||||
"<th style=\"width: 1em;\"><img class=\"w-100\" src=".asset('/images/icons/trashcan.svg')." alt=\"Delete\"></th>".
|
||||
"</tr>";
|
||||
|
||||
if($request->option !== 'all') {
|
||||
|
||||
Reference in New Issue
Block a user