Changeset 118e414 for PostgreSqlDotnetCore/Views/Customer/Index.cshtml
- Timestamp:
- 08/23/24 15:40:14 (2 months ago)
- Branches:
- main
- Children:
- e9bb9d1
- Parents:
- 72b1da2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PostgreSqlDotnetCore/Views/Customer/Index.cshtml
r72b1da2 r118e414 17 17 { 18 18 19 <p>19 /* <p> 20 20 @Html.ActionLink("Create New", "Create") 21 21 </p> 22 */ 23 24 @if (ViewBag.CanCreate) 25 { 26 <p> 27 @Html.ActionLink("Create New", "Create") 28 </p> 29 } 22 30 <table class="table"> 23 31 <tr>
Note:
See TracChangeset
for help on using the changeset viewer.