Changeset ff5b46e for resources


Ignore:
Timestamp:
10/25/21 13:53:54 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
796e7ac
Parents:
11499b3
Message:

bug fixes

Location:
resources/views/dashboard
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • resources/views/dashboard/files/index.blade.php

    r11499b3 rff5b46e  
    7575                                                </div>
    7676                                            @else @if(in_array(explode('.', $file->name)[1], $imageExt))
     77{{--                                                    <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2">--}}
     78{{--                                                        <a href="{{ url('/storage/' . $file->location) }}" class="image-popup-gallery-item">--}}
     79{{--                                                            <div class="image-hover">--}}
     80{{--                                                                <img src="{{ url('/storage/' . $file->location) }}" class="rounded" width="30" alt="image">--}}
     81{{--                                                            </div>--}}
     82{{--                                                        </a>--}}
     83{{--                                                    </div>--}}
    7784                                                    <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2">
    78                                                         <a href="{{ url('/storage/' . $file->location) }}" class="image-popup-gallery-item">
    79                                                             <div class="image-hover">
    80                                                                 <img src="{{ url('/storage/' . $file->location) }}" class="rounded" width="30" alt="image">
    81                                                             </div>
    82                                                         </a>
     85                                                        <i class="fa fa-file-image-o text-danger fa-2x"></i>
    8386                                                    </div>
    8487                                                @else
  • resources/views/dashboard/folders/files.blade.php

    r11499b3 rff5b46e  
    8787                                        <i class="fa fa-file-pdf-o text-danger"></i>
    8888                                    @else @if(in_array(explode('.', $file->name)[1], $imageExt))
     89{{--                                            <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2">--}}
     90{{--                                                <a href="{{ url('/storage/' . $file->location) }}" class="image-popup-gallery-item">--}}
     91{{--                                                    <div class="image-hover">--}}
     92{{--                                                        <img src="{{ url('/storage/' . $file->location) }}" class="rounded" width="100" alt="image">--}}
     93{{--                                                    </div>--}}
     94{{--                                                </a>--}}
     95{{--                                            </div>--}}
    8996                                            <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2">
    90                                                 <a href="{{ url('/storage/' . $file->location) }}" class="image-popup-gallery-item">
    91                                                     <div class="image-hover">
    92                                                         <img src="{{ url('/storage/' . $file->location) }}" class="rounded" width="100" alt="image">
    93                                                     </div>
    94                                                 </a>
     97                                                <i class="fa fa-file-image-o text-danger fa-2x"></i>
    9598                                            </div>
    9699                                        @else
  • resources/views/dashboard/index.blade.php

    r11499b3 rff5b46e  
    144144                                                </div>
    145145                                            @else @if(in_array(explode('.', $file->name)[1], $imageExt))
     146{{--                                                    <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2">--}}
     147{{--                                                        <a href="{{ url('/storage/' . $file->location) }}" class="image-popup-gallery-item">--}}
     148{{--                                                            <div class="image-hover">--}}
     149{{--                                                                <img src="{{ url('/storage/' . $file->location) }}" class="rounded" width="30" alt="image">--}}
     150{{--                                                            </div>--}}
     151{{--                                                        </a>--}}
     152{{--                                                    </div>--}}
    146153                                                    <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2">
    147                                                         <a href="{{ url('/storage/' . $file->location) }}" class="image-popup-gallery-item">
    148                                                             <div class="image-hover">
    149                                                                 <img src="{{ url('/storage/' . $file->location) }}" class="rounded" width="30" alt="image">
    150                                                             </div>
    151                                                         </a>
     154                                                        <i class="fa fa-file-image-o text-danger fa-2x"></i>
    152155                                                    </div>
    153156                                                @else
Note: See TracChangeset for help on using the changeset viewer.