Changeset d6040ef for PostgreSqlDotnetCore/Views/Blog
- Timestamp:
- 08/20/24 23:14:03 (3 months ago)
- Branches:
- main
- Children:
- 57fc402
- Parents:
- 63bd770
- Location:
- PostgreSqlDotnetCore/Views/Blog
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
PostgreSqlDotnetCore/Views/Blog/Details.cshtml
r63bd770 rd6040ef 5 5 } 6 6 7 <h2>Details</h2> 8 7 @*<h2>Одговори</h2>*@ 8 @* 9 9 <div> 10 10 <h4>Blog post for consultations</h4> 11 11 <hr /> 12 12 <dl class="dl-horizontal"> … … 33 33 @Html.DisplayFor(model => model.description) 34 34 </dd> 35 35 36 <dt> 36 37 @Html.DisplayNameFor(model => model.users_id) … … 41 42 </dd> 42 43 44 43 45 </dl> 44 46 </div> 47 *@ 48 45 49 <hr/> 46 50 <div> 47 <h 4>Blog post anwers</h4>51 <h2>Answers</h2> 48 52 <hr /> 49 53 -
PostgreSqlDotnetCore/Views/Blog/Index.cshtml
r63bd770 rd6040ef 47 47 <td> 48 48 @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 }) | 50 50 @Html.ActionLink("Delete", "Delete", new { id = item.id }) 51 51 </td>
Note:
See TracChangeset
for help on using the changeset viewer.