Correct the highlighted line
Remove unused comments to display the correct lines that need to be highlightedpull/2353/head
parent
624bf4f73e
commit
5b6fb8ca90
|
@ -42,13 +42,11 @@
|
|||
<td>
|
||||
@Html.DisplayFor(modelItem => item.Title)
|
||||
</td>
|
||||
@*<snippet_1>*@
|
||||
<td>
|
||||
<a asp-action="Edit" asp-route-id="@item.ID">Edit</a> |
|
||||
<a asp-action="Details" asp-route-id="@item.ID">Details</a> |
|
||||
<a asp-action="Delete" asp-route-id="@item.ID">Delete</a>
|
||||
</td>
|
||||
@*</snippet_1>*@
|
||||
</tr>
|
||||
}
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in New Issue