From 6128d49261fc4b58b5618fd7a628281c4c994013 Mon Sep 17 00:00:00 2001 From: Jake Visser Date: Wed, 5 Jul 2017 21:17:47 -0700 Subject: [PATCH] Added table --- qcbadge/Views/Home/List.cshtml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/qcbadge/Views/Home/List.cshtml b/qcbadge/Views/Home/List.cshtml index 620f390..00066a5 100644 --- a/qcbadge/Views/Home/List.cshtml +++ b/qcbadge/Views/Home/List.cshtml @@ -142,14 +142,15 @@ } -@for(int i = 0; i < 39; i++) -{ + + @for (int i = 0; i < 39; i++) + { - - - - - -} + + + + + } +
@img[i]@desc[i]
@desc[i]
@ViewData["Message"]
\ No newline at end of file