aboutsummaryrefslogtreecommitdiff
path: root/app/views/resources/building
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/resources/building')
-rw-r--r--app/views/resources/building/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/resources/building/index.php b/app/views/resources/building/index.php
index cfd874c..69ff6a8 100644
--- a/app/views/resources/building/index.php
+++ b/app/views/resources/building/index.php
@@ -101,7 +101,7 @@
<li>
<a href="<?= $controller->link_for('resources/room/index/' . $child->id); ?>"
<?= (Request::isDialog()) ? 'data-dialog' : ''; ?>>
- <?= $child->getIcon('clickable')->asSvg(
+ <?= $child->getIcon('clickable')->asImg(
['class' => 'text-bottom']
) ?>
<?= htmlReady($child->name); ?>
@@ -111,4 +111,4 @@
</ul>
</section>
</section>
-<? endif ?> \ No newline at end of file
+<? endif ?>