diff options
Diffstat (limited to 'app/views/admin/holidays/index.php')
| -rw-r--r-- | app/views/admin/holidays/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/holidays/index.php b/app/views/admin/holidays/index.php index 4c523d3..98aa72e 100644 --- a/app/views/admin/holidays/index.php +++ b/app/views/admin/holidays/index.php @@ -58,7 +58,7 @@ </td> <td class="actions"> <a data-dialog="size=auto" href="<?= $controller->url_for('admin/holidays/edit/' . $holiday->id) ?>"> - <?= Icon::create('edit')->asSvg(['title' => _('Ferienangaben bearbeiten')]) ?> + <?= Icon::create('edit')->asImg(['title' => _('Ferienangaben bearbeiten')]) ?> </a> <?= Icon::create('trash')->asInput([ 'title' => _('Ferien löschen'), |
