Fixed display of file size
This commit is contained in:
@@ -129,7 +129,7 @@
|
|||||||
@item.Receipt.FileName
|
@item.Receipt.FileName
|
||||||
</div>
|
</div>
|
||||||
<small class="text-muted">
|
<small class="text-muted">
|
||||||
@(item.Receipt.FileSizeBytes / 1024.0).ToString("F1") KB
|
@((item.Receipt.FileSizeBytes / 1024.0).ToString("F1")) KB
|
||||||
· @item.Receipt.UploadedAtUtc.ToLocalTime().ToString("MMM d, yyyy")
|
· @item.Receipt.UploadedAtUtc.ToLocalTime().ToString("MMM d, yyyy")
|
||||||
</small>
|
</small>
|
||||||
@if (!string.IsNullOrWhiteSpace(item.Receipt.Merchant))
|
@if (!string.IsNullOrWhiteSpace(item.Receipt.Merchant))
|
||||||
|
|||||||
Reference in New Issue
Block a user