From 6aa8bcc44987b735dc1a20da4c7a212c5b4464fa Mon Sep 17 00:00:00 2001 From: ahdbk Date: Thu, 10 Jan 2019 20:10:31 +0100 Subject: [PATCH] Update Highlighted new code to add new filed (#10308) --- aspnetcore/tutorials/first-mvc-app/new-field.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/first-mvc-app/new-field.md b/aspnetcore/tutorials/first-mvc-app/new-field.md index 4953a94f8e..9209793073 100644 --- a/aspnetcore/tutorials/first-mvc-app/new-field.md +++ b/aspnetcore/tutorials/first-mvc-app/new-field.md @@ -39,7 +39,7 @@ Update the view templates in order to display, create, and edit the new `Rating` Edit the */Views/Movies/Index.cshtml* file and add a `Rating` field: -[!code-HTML[](~/tutorials/first-mvc-app/start-mvc/sample/MvcMovie22/Views/Movies/IndexGenreRating.cshtml?highlight=17,39&range=24-64)] +[!code-HTML[](~/tutorials/first-mvc-app/start-mvc/sample/MvcMovie22/Views/Movies/IndexGenreRating.cshtml?highlight=16,38&range=24-64)] Update the */Views/Movies/Create.cshtml* with a `Rating` field.