1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-26 03:40:54 +03:00
kohana-migrations/views/minion/task/db/status.php

5 lines
165 B
PHP
Raw Normal View History

<?php foreach($locations as $location => $status): ?>
* <?php echo $location ?> <?php echo ($status !== NULL ? $status : 'Not installed'); ?>
<?php endforeach; ?>