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"]