mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +00: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()
|
@Html.ValidationSummary()
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@Html.HiddenFor(Model=>Model.BugData.Id)
|
||||||
@Html.TextAreaFor(Model=>Model.Comment, new { @class="form-control", rows="5"})
|
@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>
|
<p><input type="submit" class="btn btn-primary" value="Post" /> Markdown is supported.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue