mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
post back bug id
This commit is contained in:
parent
93b8378398
commit
33ec913e71
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue