Changeset a3ce071 for PostgreSqlDotnetCore/Views/PetCares/Index.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/Index.cshtml
r99d0ecc ra3ce071 20 20 </th> 21 21 <th> 22 @Html.DisplayNameFor(model => model.start_date) 23 </th> 24 <th> 22 25 @Html.DisplayNameFor(model => model.dateending) 23 26 </th> 24 <th> 25 @Html.DisplayNameFor(model => model.start_date) 26 </th> 27 27 28 <th> 28 29 @Html.DisplayNameFor(model => model.usersid) … … 49 50 </td> 50 51 <td> 52 @Html.DisplayFor(modelItem => item.start_date) 53 </td> 54 <td> 51 55 @Html.DisplayFor(modelItem => item.dateending) 52 56 </td> 53 <td> 54 @Html.DisplayFor(modelItem => item.start_date) 55 </td> 57 56 58 <td> 57 59 @Html.DisplayFor(modelItem => item.usersid)
Note:
See TracChangeset
for help on using the changeset viewer.