summaryrefslogtreecommitdiff
path: root/Project-Unite/Views
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-16 20:31:05 -0400
committerMichael <[email protected]>2017-04-16 20:31:05 -0400
commit33ec913e71dbd545ee514faab22c6e2ab2b18fc3 (patch)
tree0ce6c537293617a335e14d355e9095891bf88021 /Project-Unite/Views
parent93b8378398443cf6d2ef384c1fe8419e8263a413 (diff)
downloadproject-unite-33ec913e71dbd545ee514faab22c6e2ab2b18fc3.tar.gz
project-unite-33ec913e71dbd545ee514faab22c6e2ab2b18fc3.tar.bz2
project-unite-33ec913e71dbd545ee514faab22c6e2ab2b18fc3.zip
post back bug id
Diffstat (limited to 'Project-Unite/Views')
-rw-r--r--Project-Unite/Views/Bugs/ViewBug.cshtml2
1 files changed, 1 insertions, 1 deletions
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()
</div>
</div>
-
+ @Html.HiddenFor(Model=>Model.BugData.Id)
@Html.TextAreaFor(Model=>Model.Comment, new { @class="form-control", rows="5"})
<p><input type="submit" class="btn btn-primary" value="Post" /> Markdown is supported.</p>
</div>