@@ -27,8 +27,11 @@ |
||
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"> |