Skip to content

Commit

Permalink
pjwd
Browse files Browse the repository at this point in the history
  • Loading branch information
siripravi committed Nov 6, 2024
1 parent 2f14ced commit b8c9322
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/widgets/views/imagewidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use yii\widgets\ActiveForm;
use yii\widgets\ListView;

use yii\widgets\Pjax;
use yii\helpers\Url;
?>
<style type="text/css">
Expand Down Expand Up @@ -38,7 +38,7 @@
</a>
</div>


<?php Pjax::begin(['id' => 'gallery']) ?>
<?php if($count == 0):?>
<div class="card bg-transparent" style="width:18rem;">
<span class="placeholder col-12 placeholder-lg"></span>
Expand All @@ -65,5 +65,5 @@

]); ?>


<?php Pjax::end() ?>
</div>

0 comments on commit b8c9322

Please sign in to comment.