Changeset ae6c071 for PostgreSqlDotnetCore/Views/PetCares/Index.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/Index.cshtml
r2639fab rae6c071 23 23 </th> 24 24 <th> 25 @Html.DisplayNameFor(model => model.start_date) 26 </th> 27 <th> 25 28 @Html.DisplayNameFor(model => model.usersid) 26 29 </th> … … 44 47 @Html.DisplayFor(modelItem => item.dateending) 45 48 </td> 49 <td> 50 @Html.DisplayFor(modelItem => item.start_date) 51 </td> 46 52 <td> 47 53 @Html.DisplayFor(modelItem => item.usersid)
Note:
See TracChangeset
for help on using the changeset viewer.