From aa7525bcacdd4e7ae23327dd79a584c60f360d9e Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 21 May 2017 06:51:24 -0400 Subject: [PATCH] fix contest index hopefully --- Project-Unite/Views/Contests/Index.cshtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project-Unite/Views/Contests/Index.cshtml b/Project-Unite/Views/Contests/Index.cshtml index b234340..b83db41 100644 --- a/Project-Unite/Views/Contests/Index.cshtml +++ b/Project-Unite/Views/Contests/Index.cshtml @@ -37,8 +37,8 @@
@@ -67,7 +67,7 @@
@Html.ActionLink(c.Name, "ViewContest", "Contests", new { id=c.Id}, null)

Started at @c.StartedAt • Ends at @c.EndsAt

-

Rewards: Gold: @c.CodepointReward1st CPGold: @c.CodepointReward2nd CPBronze: @c.CodepointReward3rd CP

+

Rewards: Gold: @c.CodepointReward1st CPSilver: @c.CodepointReward2nd CPBronze: @c.CodepointReward3rd CP

@if (!string.IsNullOrWhiteSpace(c.VideoId)) @@ -112,7 +112,7 @@
@Html.ActionLink(c.Name, "ViewContest", "Contests", new { id = c.Id }, null)

Started at @c.StartedAt • Ends at @c.EndsAt

-

Rewards: Gold: @c.CodepointReward1st CPGold: @c.CodepointReward2nd CPBronze: @c.CodepointReward3rd CP

+

Rewards: Gold: @c.CodepointReward1st CPSilver: @c.CodepointReward2nd CPBronze: @c.CodepointReward3rd CP

@if (!string.IsNullOrWhiteSpace(c.VideoId))