Changeset a3ce071 for PostgreSqlDotnetCore/Views/PetCares/Edit.cshtml
- Timestamp:
- 08/31/24 02:28:00 (3 months ago)
- Branches:
- main
- Parents:
- 99d0ecc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PostgreSqlDotnetCore/Views/PetCares/Edit.cshtml
r99d0ecc ra3ce071 32 32 </div> 33 33 </div> 34 <div class="form-group"> 35 @Html.LabelFor(model => model.start_date, htmlAttributes: new { @class = "control-label col-md-2" }) 36 <div class="col-md-10"> 37 @Html.EditorFor(model => model.start_date, new { htmlAttributes = new { @class = "form-control" } }) 38 @Html.ValidationMessageFor(model => model.start_date, "", new { @class = "text-danger" }) 39 </div> 40 </div> 34 41 35 42 <div class="form-group"> … … 40 47 </div> 41 48 </div> 42 <div class="form-group"> 43 @Html.LabelFor(model => model.start_date, htmlAttributes: new { @class = "control-label col-md-2" }) 44 <div class="col-md-10"> 45 @Html.EditorFor(model => model.start_date, new { htmlAttributes = new { @class = "form-control" } }) 46 @Html.ValidationMessageFor(model => model.start_date, "", new { @class = "text-danger" }) 47 </div> 48 </div> 49 49 50 50 51 <div class="form-group">
Note:
See TracChangeset
for help on using the changeset viewer.