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/Delete.cshtml

    rae6c071 r8f8226c  
    1212    <hr />
    1313    <dl class="dl-horizontal">
     14
     15        <dt>
     16            @Html.DisplayNameFor(model => model.name)
     17        </dt>
     18
     19        <dd>
     20            @Html.DisplayFor(model => model.name)
     21        </dd>
    1422        <dt>
    1523            @Html.DisplayNameFor(model => model.color)
Note: See TracChangeset for help on using the changeset viewer.