From 552acd81244af6dadd20680d6962b8eb97e4f44b Mon Sep 17 00:00:00 2001 From: jvyden Date: Sat, 22 Jan 2022 22:04:48 -0500 Subject: [PATCH] Add level icons --- ProjectLighthouse/Pages/Partials/SlotCardPartial.cshtml | 9 ++++++--- ProjectLighthouse/Pages/SlotPage.cshtml | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ProjectLighthouse/Pages/Partials/SlotCardPartial.cshtml b/ProjectLighthouse/Pages/Partials/SlotCardPartial.cshtml index 02912894..7e928da1 100644 --- a/ProjectLighthouse/Pages/Partials/SlotCardPartial.cshtml +++ b/ProjectLighthouse/Pages/Partials/SlotCardPartial.cshtml @@ -23,8 +23,10 @@ string callbackUrl = (string)ViewData["CallbackUrl"]; bool showLink = (bool?)ViewData["ShowLink"] ?? false; } -
-
+
+
+
+
@if (showLink) {

@@ -53,7 +55,8 @@ Created by @Model.Creator?.Username for @Model.GameVersion.ToPrettyString()

-
+
+
@if (user != null) { if (isHearted) diff --git a/ProjectLighthouse/Pages/SlotPage.cshtml b/ProjectLighthouse/Pages/SlotPage.cshtml index f9de969d..63feb595 100644 --- a/ProjectLighthouse/Pages/SlotPage.cshtml +++ b/ProjectLighthouse/Pages/SlotPage.cshtml @@ -21,6 +21,7 @@ "ShowLink", false }, }) +