From 365c54c183b09d609411602ecce9e3a79384d086 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 9 May 2017 13:27:06 -0400 Subject: [PATCH] bug dialogs --- Project-Unite/Views/Bugs/Index.cshtml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Project-Unite/Views/Bugs/Index.cshtml b/Project-Unite/Views/Bugs/Index.cshtml index 71013a5..21179f9 100644 --- a/Project-Unite/Views/Bugs/Index.cshtml +++ b/Project-Unite/Views/Bugs/Index.cshtml @@ -50,7 +50,21 @@ { -
+ + @bug.Name

Reported at: @bug.ReportedAt • Reported by: @Html.UserLink(bug.Reporter)

@switch (bug.Urgency)