post back bug id

This commit is contained in:
Michael 2017-04-16 20:31:05 -04:00
parent 93b8378398
commit 33ec913e71

View file

@ -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>