diff --git a/LANCommander/Views/Games/Delete.cshtml b/LANCommander/Views/Games/Delete.cshtml index 790d342..308564b 100644 --- a/LANCommander/Views/Games/Delete.cshtml +++ b/LANCommander/Views/Games/Delete.cshtml @@ -4,54 +4,62 @@ ViewData["Title"] = "Delete"; } -
Are you sure you want to delete this game? + @if (Model.Archives != null && Model.Archives.Count > 0) + { + It will also delete the following archives: + } +
+Version | +Uploaded By | +Uploaded On | +Size | +
---|---|---|---|
@Html.DisplayFor(m => archive.Version) | +@Html.DisplayFor(m => archive.CreatedBy.UserName) | +@Html.DisplayFor(m => archive.CreatedOn) | +@ByteSizeLib.ByteSize.FromBytes(archive.CompressedSize) | +