From 60e316f881efc18e88d19668773c8dcea4b591fb Mon Sep 17 00:00:00 2001 From: Jonathan Nelson Date: Sun, 23 Jul 2017 18:13:55 -0700 Subject: [PATCH] Moving current icon to top of the screen. --- qcbadge/Views/Home/List.cshtml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/qcbadge/Views/Home/List.cshtml b/qcbadge/Views/Home/List.cshtml index ae1122f..bcfd7bb 100644 --- a/qcbadge/Views/Home/List.cshtml +++ b/qcbadge/Views/Home/List.cshtml @@ -159,6 +159,10 @@ } +@if (indv) +{ +

Your Current Icon:
+}
@for (int i = 0; i < 22; i++) @@ -181,11 +185,6 @@ }
-@if (indv) -{ -

Your Current Icon:
-} -

Last Updated: @ViewData["lastseen"] GMT
@ViewData["Message"]