fixed type on img on show route
This commit is contained in:
parent
37ae40b39b
commit
ab3d5f9240
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
Your browser does not support the <code>video</code> element.
|
||||
</video>
|
||||
{{else}}
|
||||
<img class="show-asset src="/api/streamFile/{{fileInfo.fileName}}" />
|
||||
<img class="show-asset" src="/api/streamFile/{{fileInfo.fileName}}" />
|
||||
{{/ifConditional}}
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in a new issue