Projects may have got many repositories
even local ones
This commit is contained in:
parent
4ed611df74
commit
22ea8f5b33
9 changed files with 100 additions and 90 deletions
|
|
@ -14,7 +14,8 @@
|
|||
<div class="form-group">
|
||||
<label asp-for="Body" class="col-md-2 control-label"></label>
|
||||
<div class="col-md-10">
|
||||
<textarea asp-for="Body" class="form-control" />
|
||||
<textarea asp-for="Body" class="form-control" >
|
||||
</textarea>
|
||||
<span asp-validation-for="Body" class="text-danger" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue