v0.10.14d - No can now see the users images on user admin

This commit is contained in:
2020-08-24 14:09:03 +02:00
parent fa5cd1c3e2
commit abcc484e7c
9 changed files with 71 additions and 33 deletions
@@ -145,7 +145,7 @@ class ContactController extends Controller
"<th>Titel</th>".
"<th>E-mail</th>".
"<th>Tlf</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/pencil.svg')." alt=\"Update\"></th>".
"<th style=\"width: 1em;\"><img class=\"w-100\" src=".asset('/images/icons/trashcan.svg')." alt=\"Delete\"></th>".
"</tr>";