From 84efc32c2da01a4d2e1bcd31edbf9e67189cf7e1 Mon Sep 17 00:00:00 2001 From: Jonathan Nelson Date: Sun, 23 Jul 2017 16:54:32 -0700 Subject: [PATCH] Two column view Also no tables; this isn't the 90's. --- qcbadge/Views/Home/List.cshtml | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/qcbadge/Views/Home/List.cshtml b/qcbadge/Views/Home/List.cshtml index f05a4e6..f9d379c 100644 --- a/qcbadge/Views/Home/List.cshtml +++ b/qcbadge/Views/Home/List.cshtml @@ -150,17 +150,27 @@ } - - @for (int i = 0; i < 44; i++) +
+ @for (int i = 0; i < 22; i++) { -
- - - - +
+ + @desc[i] +
} -
@desc[i]
+ + +
+ @for (int i = 22; i < 44; i++) + { +
+ + @desc[i] +
+ } +
+ @if (indv) {