File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 104104 < a href ="{{BackendURL}}/cloud/storage_file?id={{$id}}&path={{$pathPrefix}}{{$v.Name}}&engine={{$engine}} "> {{$v.Name}}</ a >
105105 {{- else -}}
106106 {{- $fileType := FileTypeByName $v.Name -}}
107- < i class ="fa fa-{{FileTypeIcon $fileType}} "> </ i >
107+ < i class ="fa fa-{{FileTypeIcon $fileType}} "> </ i >
108108 {{- if eq $fileType `image` -}}
109109 < a class ="pull-right " href ="{{BackendURL}}/cloud/storage_file?id={{$id}}&do=download&inline=1&path={{$pathPrefix}}{{$v.Name}}&engine={{$engine}} " target ="_blank "> < img src ="{{BackendURL}}/cloud/storage_file?id={{$id}}&do=download&inline=1&path={{$pathPrefix}}{{$v.Name}}&engine={{$engine}} " style ="max-width:100px;max-height:30px; " class ="previewable " /> </ a >
110110 {{- end -}}
You can’t perform that action at this time.
0 commit comments