Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 6b7f99b

Browse files
davidfowlDamianEdwards
authored andcommitted
Fixed the tag name
1 parent 8c6c75b commit 6b7f99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4. Add auth features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ We're currently using `if` blocks to determine whether to show parts of the UI b
677677
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
678678
@addTagHelper *, FrontEnd
679679
```
680-
1. We can now update the `Index.cshtml` page to replace the `if` block which controls the Edit button's display with declarative code using our new Tag Helper. Remove the `if` block and add `authz="true` to the `<li>` which displays the edit button:
680+
1. We can now update the `Index.cshtml` page to replace the `if` block which controls the Edit button's display with declarative code using our new Tag Helper. Remove the `if` block and add `authz="true` to the `<a>` which displays the edit button:
681681
```html
682682
<div class="card-footer">
683683
<ul class="list-inline mb-0">

0 commit comments

Comments
 (0)