Changeset 8f8226c for PostgreSqlDotnetCore/Views/Pets/Edit.cshtml
- Timestamp:
- 08/20/24 15:04:19 (3 months ago)
- Branches:
- main
- Children:
- 6782104
- Parents:
- ae6c071
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PostgreSqlDotnetCore/Views/Pets/Edit.cshtml
rae6c071 r8f8226c 18 18 @Html.HiddenFor(model => model.id) 19 19 20 <div class="form-group"> 21 @Html.LabelFor(model => model.name, htmlAttributes: new { @class = "control-label col-md-2" }) 22 <div class="col-md-10"> 23 @Html.EditorFor(model => model.name, new { htmlAttributes = new { @class = "form-control" } }) 24 @Html.ValidationMessageFor(model => model.name, "", new { @class = "text-danger" }) 25 </div> 26 </div> 20 27 <div class="form-group"> 21 28 @Html.LabelFor(model => model.color, htmlAttributes: new { @class = "control-label col-md-2" })
Note:
See TracChangeset
for help on using the changeset viewer.