diff options
Diffstat (limited to 'app/views/resources/location/index.php')
| -rw-r--r-- | app/views/resources/location/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/resources/location/index.php b/app/views/resources/location/index.php index 8e6ef8c..162bfcd 100644 --- a/app/views/resources/location/index.php +++ b/app/views/resources/location/index.php @@ -75,7 +75,7 @@ <li> <a href="<?= $controller->link_for('resources/building/index/' . $child->id); ?>" <?= (Request::isDialog()) ? 'data-dialog' : ''; ?>> - <?= $child->getIcon('clickable')->asSvg( + <?= $child->getIcon('clickable')->asImg( ['class' => 'text-bottom'] ) ?> <?= htmlReady($child->name); ?> |
