diff options
| author | Michael <[email protected]> | 2017-04-16 20:31:05 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-16 20:31:05 -0400 |
| commit | 33ec913e71dbd545ee514faab22c6e2ab2b18fc3 (patch) | |
| tree | 0ce6c537293617a335e14d355e9095891bf88021 /Project-Unite/Views | |
| parent | 93b8378398443cf6d2ef384c1fe8419e8263a413 (diff) | |
| download | project-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.cshtml | 2 |
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> |
