Passed
Push — master ( dd4450...9a9614 )
by Andrey
05:55
created
views/admin/categories/MultiLevelMenu/index.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,8 +27,11 @@
 block discarded – undo
27 27
     <div class="col-md-2">
28 28
         <?php if ($data->active == 1): ?>
29 29
             <i class="fa fa-check-circle text-success"> <?php echo Yii::t('app', 'Active'); ?></i>
30
-        <?php else: ?>
31
-            <i class="fa fa-times text-danger"> <?php echo Yii::t('app', 'Inactive'); ?></i>
30
+        <?php else {
31
+    : ?>
32
+            <i class="fa fa-times text-danger"> <?php echo Yii::t('app', 'Inactive');
33
+}
34
+?></i>
32 35
         <?php endif; ?>
33 36
     </div>
34 37
     <div class="col-md-1">
Please login to merge, or discard this patch.