diff --git a/frontend/views/project/_list_item.php b/frontend/views/project/_list_item.php index fdb15e3..96be166 100755 --- a/frontend/views/project/_list_item.php +++ b/frontend/views/project/_list_item.php @@ -52,26 +52,26 @@ images ) && count($model->images) > 1) { - $images = array_slice($model->images, 1); - ?> -
+// if(!empty( $model->images ) && count($model->images) > 1) { +// $images = array_slice($model->images, 1); +// ?> + +//= Url::to([ +// 'project/view', +// 'id' => $model->project_id, +// ]); ?> +--> +getImageUrl(), 'project_list'); +// } +// ?> + + \ No newline at end of file -- libgit2 0.21.4