Skip to content

Commit

Permalink
Merge branch 'release-v6'
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Sep 26, 2021
2 parents ea1a281 + 980fdbf commit 1ee5606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/services/lg/route.foil.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
</div>
<div class="modal-body">
<?php foreach( $t->content->routes as $r ): ?>
<?php if( isset( $t->content ) ) { foreach( $t->content->routes as $r ): ?>
<table class="table table-striped text-monospace" style="font-size: 14px;">
<tbody>
<tr>
Expand Down Expand Up @@ -166,7 +166,7 @@
</tbody>
</table>
<br><br>
<?php endforeach; ?>
<?php endforeach; } ?>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
Expand Down

0 comments on commit 1ee5606

Please sign in to comment.