Changeset 94f05dc for resources/views/dashboard/files/index.blade.php
- Timestamp:
- 10/24/21 23:23:54 (3 years ago)
- Branches:
- develop, master
- Children:
- df6e9ec
- Parents:
- fa80fbe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/views/dashboard/files/index.blade.php
rfa80fbe r94f05dc 76 76 @else @if(in_array(explode('.', $file->name)[1], $imageExt)) 77 77 <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2"> 78 <a href="{{ url('/ uploads/' . $file->location) }}" class="image-popup-gallery-item">78 <a href="{{ url('/storage/' . $file->location) }}" class="image-popup-gallery-item"> 79 79 <div class="image-hover"> 80 <img src="{{ url('/ uploads/' . $file->location) }}" class="rounded" width="30" alt="image">80 <img src="{{ url('/storage/' . $file->location) }}" class="rounded" width="30" alt="image"> 81 81 </div> 82 82 </a>
Note:
See TracChangeset
for help on using the changeset viewer.