Changeset 8f8226c for PostgreSqlDotnetCore/Views/Pets/Delete.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/Delete.cshtml
rae6c071 r8f8226c 12 12 <hr /> 13 13 <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> 14 22 <dt> 15 23 @Html.DisplayNameFor(model => model.color)
Note:
See TracChangeset
for help on using the changeset viewer.