fixed click through link on show
This commit is contained in:
parent
4a2f09d5dc
commit
5756375d3d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="panel">
|
||||
<div id="asset-placeholder">
|
||||
<a href="/{{fileInfo.claimId}}/{{fileInfo.fileName}}{{fileInfo.fileExt}}">
|
||||
<a href="/{{fileInfo.claimId}}/{{fileInfo.name}}{{fileInfo.fileExt}}">
|
||||
{{#ifConditional fileInfo.fileType '===' 'video/mp4'}}
|
||||
<video class="show-asset" autoplay loop controls>
|
||||
<source src="/media/{{fileInfo.fileName}}">
|
||||
|
|
Loading…
Reference in a new issue