Commit 42f205fd5ad951edd118937f818880e636dcd05e
1 parent
c7f222e2
change view
Showing
2 changed files
with
1 additions
and
4 deletions
Show diff stats
.gitignore
backend/views/schools/_form.php
| ... | ... | @@ -62,7 +62,7 @@ $this->registerJsFile('@web/js/vendor/bower/jquery-file-upload/js/jquery.fileupl |
| 62 | 62 | <?php |
| 63 | 63 | |
| 64 | 64 | foreach($model->getGallery() as $image){ |
| 65 | - echo $this->render('@app/views/goods/_gallery_item', [ 'item' => ['image'=>$image]]); | |
| 65 | + echo $this->render('@app/views/site/_gallery_item', [ 'item' => ['image'=>$image]]); | |
| 66 | 66 | } |
| 67 | 67 | ?> |
| 68 | 68 | </div> | ... | ... |