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

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