From a961f5379eb8f43de1fdbc1055a9af6c0ae976d6 Mon Sep 17 00:00:00 2001 From: "Frank A. Krueger" Date: Sun, 15 Apr 2018 18:11:53 -0700 Subject: [PATCH] Remove shared link --- PlatformSamples/AspNetCoreMvc/Views/Home/Index.cshtml | 2 -- 1 file changed, 2 deletions(-) diff --git a/PlatformSamples/AspNetCoreMvc/Views/Home/Index.cshtml b/PlatformSamples/AspNetCoreMvc/Views/Home/Index.cshtml index a114823..8654061 100644 --- a/PlatformSamples/AspNetCoreMvc/Views/Home/Index.cshtml +++ b/PlatformSamples/AspNetCoreMvc/Views/Home/Index.cshtml @@ -22,7 +22,6 @@ @foreach (var s in formsSamples) {
  • @s.Title.Substring(14) - (Shared)
  • } @@ -33,7 +32,6 @@ @foreach (var s in otherSamples) {
  • @s.Title - (Shared)
  • }