Ignore:
Timestamp:
08/20/24 15:04:19 (6 weeks ago)
Author:
ElenaMoskova <elena.moskova99@…>
Branches:
main
Children:
6782104
Parents:
ae6c071
Message:

fix bugs and new pages

Fix BlogPostAnswers
fix present data in the lists

File:
1 edited

Legend:

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

    rae6c071 r8f8226c  
    1212<table class="table">
    1313    <tr>
     14        <th>
     15            @Html.DisplayNameFor(model => model.name)
     16        </th>
    1417
    1518        <th>
     
    3639@foreach (var item in Model) {
    3740    <tr>
     41            <td>
     42                @Html.DisplayFor(modelItem => item.name)
     43            </td>
    3844        <td>
    3945            @Html.DisplayFor(modelItem => item.color)
Note: See TracChangeset for help on using the changeset viewer.