Changeset ae6c071 for PostgreSqlDotnetCore/Views/PetCares/Delete.cshtml
- Timestamp:
- 08/15/24 20:01:13 (3 months ago)
- Branches:
- main
- Children:
- 8f8226c
- Parents:
- 2639fab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PostgreSqlDotnetCore/Views/PetCares/Delete.cshtml
r2639fab rae6c071 22 22 </dt> 23 23 <dt> 24 @Html.DisplayNameFor(model => model.start_date) 25 </dt> 26 <dt> 24 27 @Html.DisplayNameFor(model => model.usersid) 25 28 </dt> … … 37 40 <dd> 38 41 @Html.DisplayFor(model => model.dateending) 42 </dd> 43 <dd> 44 @Html.DisplayFor(model => model.start_date) 39 45 </dd> 40 46 <dd>
Note:
See TracChangeset
for help on using the changeset viewer.