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

Аccess permission

Location:
PostgreSqlDotnetCore/Views/Blog
Files:
2 edited

Legend:

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

    r63bd770 rd6040ef  
    55}
    66
    7 <h2>Details</h2>
    8 
     7@*<h2>Одговори</h2>*@
     8@*
    99<div>
    10     <h4>Blog post for consultations</h4>
     10   <h4>Blog post for consultations</h4>
    1111    <hr />
    1212    <dl class="dl-horizontal">
     
    3333            @Html.DisplayFor(model => model.description)
    3434        </dd>
     35       
    3536        <dt>
    3637            @Html.DisplayNameFor(model => model.users_id)
     
    4142        </dd>
    4243
     44
    4345    </dl>
    4446</div>
     47*@
     48
    4549<hr/>
    4650<div>
    47     <h4>Blog post anwers</h4>
     51    <h2>Answers</h2>
    4852    <hr />
    4953
  • 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.