diff --git a/Views/Games/Edit.cshtml b/Views/Games/Edit.cshtml index 8df18f7..a85fe9c 100644 --- a/Views/Games/Edit.cshtml +++ b/Views/Games/Edit.cshtml @@ -61,6 +61,52 @@ + +
Version | +Uploaded By | +Uploaded On | +Size | +
---|---|---|---|
@Html.DisplayFor(m => archive.Version) | +@Html.DisplayFor(m => archive.CreatedBy) | +@Html.DisplayFor(m => archive.CreatedOn) | +@ByteSizeLib.ByteSize.FromBytes(new FileInfo(System.IO.Path.Combine("Upload", archive.ObjectKey)).Length) | +