Skip to content

Commit 8bade90

Browse files
committed
update
1 parent 7f41806 commit 8bade90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/backend/cloud/storage_file.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
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>&nbsp;
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 -}}

0 commit comments

Comments
 (0)