Blame view

common/modules/file/views/_gallery_item.php 280 Bytes
4253cbec   root   first commit
1
2
3
4
5
6
7
8
9
  <?php

  use yii\helpers\Html;

  

  ?>

  

  <div class="col-xs-6 col-md-3 image-container">

      <?= Html::img($item['image'])?>

      <span data-url="<?=$item['image']?>" title="удалить изображение" class="glyphicon glyphicon-trash delete-gallery-item"></span>

  </div>