Changeset 8f8226c for PostgreSqlDotnetCore/Views/Pets/Details.cshtml
- Timestamp:
- 08/20/24 15:04:19 (3 months ago)
- Branches:
- main
- Children:
- 6782104
- Parents:
- ae6c071
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PostgreSqlDotnetCore/Views/Pets/Details.cshtml
rae6c071 r8f8226c 11 11 <hr /> 12 12 <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> 13 20 <dt> 14 21 @Html.DisplayNameFor(model => model.color)
Note:
See TracChangeset
for help on using the changeset viewer.