From add6d6c707eafb00a812d9ebdd1e8e14051f0f0d Mon Sep 17 00:00:00 2001 From: jvyden Date: Sun, 16 Jan 2022 13:48:42 -0500 Subject: [PATCH] Show Slot GameVersion on SlotCardPartial Closes #119 --- ProjectLighthouse/Pages/Partials/SlotCardPartial.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectLighthouse/Pages/Partials/SlotCardPartial.cshtml b/ProjectLighthouse/Pages/Partials/SlotCardPartial.cshtml index 1d64b996..02912894 100644 --- a/ProjectLighthouse/Pages/Partials/SlotCardPartial.cshtml +++ b/ProjectLighthouse/Pages/Partials/SlotCardPartial.cshtml @@ -50,7 +50,7 @@ }

- Created by @Model.Creator?.Username + Created by @Model.Creator?.Username for @Model.GameVersion.ToPrettyString()