CarsController
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
ViewData["Title"] = "Create";
|
||||
}
|
||||
|
||||
<h1>Create</h1>
|
||||
|
||||
<h4>Create new car</h4>
|
||||
<h1>Create new vehicle</h1>
|
||||
<hr />
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
@@ -29,13 +27,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label asp-for="CountPassengerSeats" class="control-label"></label>
|
||||
<select asp-for="CountPassengerSeats" class="form-control">
|
||||
<option> 3 </option>
|
||||
<option> 4 </option>
|
||||
<option> 5 </option>
|
||||
<option> 6 </option>
|
||||
<option> 7 </option>
|
||||
</select>
|
||||
<input asp-for="CountPassengerSeats" class="form-control" />
|
||||
<span asp-validation-for="CountPassengerSeats" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user