diff options
Diffstat (limited to 'app/views/resources/resource/files.php')
| -rw-r--r-- | app/views/resources/resource/files.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/resources/resource/files.php b/app/views/resources/resource/files.php index f78dfe8..fc46b92 100644 --- a/app/views/resources/resource/files.php +++ b/app/views/resources/resource/files.php @@ -6,7 +6,7 @@ <caption> <a href="<?= $controller->url_for('resources/resource/files/' . $resource->id)?>" title="<?= _('Zum Hauptordner') ?>"> - <?= Icon::create('folder-home-full', 'clickable')->asSvg(30, ['class' => 'text-bottom']) ?> + <?= Icon::create('folder-home-full', 'clickable')->asImg(30, ['class' => 'text-bottom']) ?> </a> <?= htmlReady($resource->getFullName()) ?></caption> <?= $this->render_partial('files/_files_thead') ?> |
