Ignore:
Timestamp:
08/20/24 23:14:03 (6 weeks ago)
Author:
ElenaMoskova <elena.moskova99@…>
Branches:
main
Children:
57fc402
Parents:
63bd770
Message:

Аccess permission

File:
1 edited

Legend:

Unmodified
Added
Removed
  • PostgreSqlDotnetCore/Views/Blog/Index.cshtml

    r63bd770 rd6040ef  
    4747        <td>
    4848            @Html.ActionLink("Edit", "Edit", new { id = item.id }) |
    49             @Html.ActionLink("Details", "Details", new { id = item.id }) |
     49            @Html.ActionLink("Answers", "Details", new { id = item.id }) |
    5050            @Html.ActionLink("Delete", "Delete", new { id = item.id })
    5151        </td>
Note: See TracChangeset for help on using the changeset viewer.