From c5f496c0dccf239a7a306ffc1049b2d8970b14bc Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Thu, 1 Aug 2019 09:29:30 -0700 Subject: [PATCH] Update adding-view.md (#13589) * Update adding-view.md * Update adding-view.md --- aspnetcore/tutorials/first-mvc-app/adding-view.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnetcore/tutorials/first-mvc-app/adding-view.md b/aspnetcore/tutorials/first-mvc-app/adding-view.md index 018e6391bd..8546e95b53 100644 --- a/aspnetcore/tutorials/first-mvc-app/adding-view.md +++ b/aspnetcore/tutorials/first-mvc-app/adding-view.md @@ -3,7 +3,7 @@ title: Add a view to an ASP.NET Core MVC app author: rick-anderson description: Adding a view to a simple ASP.NET Core MVC app ms.author: riande -ms.date: 03/04/2017 +ms.date: 8/04/2019 uid: tutorials/first-mvc-app/adding-view --- @@ -61,7 +61,7 @@ Add an `Index` view for the `HelloWorldController`. * Type *Index.cshtml* in the **Name** box. * Select **New**. -![Add New Item dialog](adding-view/_static/add_view.png) +![Add New Item dialog](adding-view/_static/add_view_mac.png) --- @@ -326,4 +326,4 @@ In the next tutorial, a database of movies is created. > [Previous](adding-controller.md) > [Next](adding-model.md) -::: moniker-end \ No newline at end of file +::: moniker-end