Commit 42f205fd5ad951edd118937f818880e636dcd05e

Authored by Administrator
1 parent c7f222e2

change view

Showing 2 changed files with 1 additions and 4 deletions   Show diff stats
.gitignore
... ... @@ -15,9 +15,6 @@ nbproject
15 15 # windows thumbnail cache
16 16 Thumbs.db
17 17  
18   -# composer vendor dir
19   -/vendor
20   -
21 18 # composer itself is not needed
22 19 composer.phar
23 20  
... ...
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>
... ...