Passed
Push — master ( 7cf734...ef4849 )
by Mihail
04:49
created
Apps/View/Admin/default/main/routing.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -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.