aboutsummaryrefslogtreecommitdiff
path: root/app/views/room_management/overview/structure.php
blob: 243aadd4ddf721492775489b95e088e114db1269 (plain)
1
2
3
4
5
6
7
8
9
<? foreach ($locations as $index => $location) : ?>
    <?= $this->render_partial(
        'resources/_common/_resource_tree_item.php',
        [
            'resource' => $location,
            'open' => (count($locations) === 1 || $index === 0)
        ]
    ) ?>
<? endforeach ?>