Correct the highlighted line

Remove unused comments to display the correct lines that need to be highlighted
pull/2353/head
Charlie Chu 2016-12-08 23:40:03 +08:00 committed by GitHub
parent 624bf4f73e
commit 5b6fb8ca90
1 changed files with 0 additions and 2 deletions

View File

@ -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>