diff options
Diffstat (limited to 'app/views/resources/booking/index.php')
| -rw-r--r-- | app/views/resources/booking/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/resources/booking/index.php b/app/views/resources/booking/index.php index 3a98bb2..d339408 100644 --- a/app/views/resources/booking/index.php +++ b/app/views/resources/booking/index.php @@ -85,7 +85,7 @@ 'dispatch.php/messages/write', ['rec_uname' => $booking->booking_user->username] ) ?>" data-dialog="size=auto"> - <?= Icon::create('mail')->asSvg(['class' => 'text-bottom']) ?> + <?= Icon::create('mail')->asImg(['class' => 'text-bottom']) ?> </a> <? else :?> <?= _('unbekannt') ?> @@ -133,7 +133,7 @@ 'dispatch.php/messages/write', ['rec_uname' => $booking->assigned_user->username] ) ?>" data-dialog="size=auto"> - <?= Icon::create('mail')->asSvg(['class' => 'text-bottom']) ?> + <?= Icon::create('mail')->asImg(['class' => 'text-bottom']) ?> </a> <? endif ?> <? else : ?> |
