@@ -71,9 +71,12 @@ |
||
71 | 71 | <span><i class="fa fa-eye"></i><?= $model->views ?></span> |
72 | 72 | <?php endif ?> |
73 | 73 | </div> |
74 | - <?php else: ?> |
|
74 | + <?php else { |
|
75 | + : ?> |
|
75 | 76 | <hr /> |
76 | - <?php endif; ?> |
|
77 | + <?php endif; |
|
78 | +} |
|
79 | +?> |
|
77 | 80 | <?php if ($trash): ?> |
78 | 81 | <p class="alert alert-danger"><i class="fa fa-trash-o"></i> <?= __('This content is placed in trash') ?></p> |
79 | 82 | <?php endif; ?> |