Ignore:
Timestamp:
11/05/21 10:49:11 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
master
Children:
90ab388
Parents:
28bab7b
Message:

bug fixes

File:
1 edited

Legend:

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

    r28bab7b re3af09e  
    5858                                        @if(in_array(explode('.', $file->name)[1], $excelExt))
    5959                                            <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2">
    60                                             <i class="fa fa-file-excel-o text-success fa-2x"></i>
     60                                            <i class="fa fa-file-excel-o text-success"></i>
    6161                                            </div>
    6262                                        @else @if(in_array(explode('.', $file->name)[1], $textExt))
    6363                                            <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2">
    64                                             <i class="fa fa-file-word-o text-info fa-2x"></i>
     64                                            <i class="fa fa-file-word-o text-info"></i>
    6565                                            </div>
    6666                                        @else @if(explode('.', $file->name)[1] == 'pdf')
    6767                                                <div class="col-xl-1 col-lg-1 col-md-1 col-sm-2">
    68                                                 <i class="fa fa-file-pdf-o text-danger fa-2x"></i>
     68                                                <i class="fa fa-file-pdf-o text-danger"></i>
    6969                                                </div>
    7070                                            @else @if(in_array(explode('.', $file->name)[1], $imageExt))
Note: See TracChangeset for help on using the changeset viewer.