|
@@ -95,5 +95,5 @@ |
|
|
block discarded – undo |
|
95
|
95
|
</div> |
|
96
|
96
|
<?php if (count($staticItems) < 1 && count($dynamicItems) < 1): ?> |
|
97
|
97
|
<p class="alert alert-warning"><?= __('Custom routes is not yet found') ?></p> |
|
98
|
|
-<?php endif ;?> |
|
99
|
|
-<?= Url::link(['main/addroute'], '<i class="fa fa-plus"></i> ' . __('New route'), ['class' => 'btn btn-primary']) ?> |
|
100
|
98
|
\ No newline at end of file |
|
|
99
|
+<?php endif; ?> |
|
|
100
|
+<?= Url::link(['main/addroute'], '<i class="fa fa-plus"></i> '.__('New route'), ['class' => 'btn btn-primary']) ?> |
|
101
|
101
|
\ No newline at end of file |
Please login to merge, or discard this patch.