aboutsummaryrefslogtreecommitdiff
path: root/app/views/resources/admin/properties.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/resources/admin/properties.php')
-rw-r--r--app/views/resources/admin/properties.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/resources/admin/properties.php b/app/views/resources/admin/properties.php
index 438ddff..072817b 100644
--- a/app/views/resources/admin/properties.php
+++ b/app/views/resources/admin/properties.php
@@ -37,7 +37,7 @@
<?= CSRFProtection::tokenTag() ?>
<a href="<?=$controller->url_for('resources/property/edit/' . $property->id)?>"
data-dialog="size=auto">
- <?= Icon::create('edit')->asSvg(
+ <?= Icon::create('edit')->asImg(
[
'title' => _('Bearbeiten')
]