pull/3274/head
Tom Dykstra 2017-04-24 14:11:22 -07:00 committed by GitHub
parent 0d6c8029fc
commit a217702b3b
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ Next, if a course was selected, the selected course is retrieved from the list o
### Modify the Instructor Index view ### Modify the Instructor Index view
In *Views/Instructor/Index.cshtml*, replace the template code with the following code. The changes are highlighted. In *Views/Instructors/Index.cshtml*, replace the template code with the following code. The changes are highlighted.
[!code-html[](intro/samples/cu/Views/Instructors/Index1.cshtml?range=1-64&highlight=1,3-7,18-19,41-54,56)] [!code-html[](intro/samples/cu/Views/Instructors/Index1.cshtml?range=1-64&highlight=1,3-7,18-19,41-54,56)]