[frontend/components] Use actual filename for file attachments
This commit is contained in:
parent
fe08c4515e
commit
0ea4122ec7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
<div class="attachment contents">
|
<div class="attachment contents">
|
||||||
<Icon Name="Icons.FileArrowDown" Size="3em"/>
|
<Icon Name="Icons.FileArrowDown" Size="3em"/>
|
||||||
<a href="@Attachment.Url" target="_blank">
|
<a href="@Attachment.Url" target="_blank">
|
||||||
@Attachment.Url.Split("/").Last()
|
@Attachment.FileName
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue