From 33ec913e71dbd545ee514faab22c6e2ab2b18fc3 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 16 Apr 2017 20:31:05 -0400 Subject: [PATCH] post back bug id --- Project-Unite/Views/Bugs/ViewBug.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project-Unite/Views/Bugs/ViewBug.cshtml b/Project-Unite/Views/Bugs/ViewBug.cshtml index aee1fcc..873ca14 100644 --- a/Project-Unite/Views/Bugs/ViewBug.cshtml +++ b/Project-Unite/Views/Bugs/ViewBug.cshtml @@ -77,7 +77,7 @@ @Html.ValidationSummary() - + @Html.HiddenFor(Model=>Model.BugData.Id) @Html.TextAreaFor(Model=>Model.Comment, new { @class="form-control", rows="5"})

Markdown is supported.