Ignore:
Timestamp:
08/31/24 02:28:00 (3 months ago)
Author:
ElenaMoskova <elena.moskova99@…>
Branches:
main
Parents:
99d0ecc
Message:

changed to filling

changed in the filling order of start_date and date_ending

File:
1 edited

Legend:

Unmodified
Added
Removed
  • PostgreSqlDotnetCore/Views/PetCares/Index.cshtml

    r99d0ecc ra3ce071  
    2020        </th>
    2121        <th>
     22            @Html.DisplayNameFor(model => model.start_date)
     23        </th>
     24        <th>
    2225            @Html.DisplayNameFor(model => model.dateending)
    2326        </th>
    24         <th>
    25             @Html.DisplayNameFor(model => model.start_date)
    26         </th>
     27       
    2728        <th>
    2829            @Html.DisplayNameFor(model => model.usersid)
     
    4950            </td>
    5051            <td>
     52                @Html.DisplayFor(modelItem => item.start_date)
     53            </td>
     54            <td>
    5155                @Html.DisplayFor(modelItem => item.dateending)
    5256            </td>
    53             <td>
    54                 @Html.DisplayFor(modelItem => item.start_date)
    55             </td>
     57           
    5658            <td>
    5759                @Html.DisplayFor(modelItem => item.usersid)
Note: See TracChangeset for help on using the changeset viewer.