v1.0.0a - Edited CSS & Controller img's

This commit is contained in:
Anders
2020-09-09 09:15:17 +02:00
parent ee47ffc0ed
commit 5d82e7251b
5 changed files with 5 additions and 5 deletions
@@ -135,7 +135,7 @@ class FeedbackController extends Controller
"<th style='width: 6em;'>Dato</th>".
"<th>Feedback Besked</th>".
"<th style='width: 5em;'>Ris el. Ros</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.svg')." alt=\"Delete\"></th>".
"</tr>";
//$value = Feedbacks::query('feedbacks')->select('suggestion_form ')->dump();