Changeset 72b1da2 for PostgreSqlDotnetCore/Views/Products
- Timestamp:
- 08/23/24 03:03:32 (3 months ago)
- Branches:
- main
- Children:
- 118e414
- Parents:
- 57fc402
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PostgreSqlDotnetCore/Views/Products/Index.cshtml
r57fc402 r72b1da2 98 98 <div class="col-md-6 col-xs-6"> 99 99 <h3>@item.name</h3> 100 @if (SignInManager.IsSignedIn(User)) 100 @if (SignInManager.IsSignedIn(User) && ViewBag.hasAccess != null) 101 // SignInManager.IsSignedIn(User) && ViewBag.hasAccess != null 102 //SignInManager.IsSignedIn(User) && ViewBag.hasAccess != null && ViewBag.hasAccess == true 103 104 101 105 { 102 106 <div class="edit-crud-products"> … … 107 111 } 108 112 </div> 113 114 109 115 <div class="col-md-6 col-xs-6 price"> 110 116 <h3>
Note:
See TracChangeset
for help on using the changeset viewer.