From 1fe8c0a6c96194d5fa266b70cf2d8d7f7f62506e Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 31 May 2017 04:36:16 +0200 Subject: [PATCH] fixes environment names --- Yavsc/Views/Home/About.cshtml | 7 +++++-- Yavsc/Views/Shared/_Layout.cshtml | 2 +- testOauthClient/Views/Shared/_Layout.cshtml | 21 --------------------- 3 files changed, 6 insertions(+), 24 deletions(-) diff --git a/Yavsc/Views/Home/About.cshtml b/Yavsc/Views/Home/About.cshtml index 80eb7057..2e3bdea3 100755 --- a/Yavsc/Views/Home/About.cshtml +++ b/Yavsc/Views/Home/About.cshtml @@ -2,7 +2,7 @@ ViewData["Title"] = @SR["About"]+" "+@SiteSettings.Value.Title; }

@ViewData["Title"]

- + @@ -116,12 +116,15 @@ En voici d'autres: - Yet Another Very Small Company : La pré-production +## Yet Another Very Small Company : + +En production: * [Coiffure](https://coiffure.pschneider.fr) * [ZicMoove](https://zicmoove.pschneider.fr) * [Lua](https://lua.pschneider.fr) * [Yavsc](https://yavsc.pschneider.fr) + diff --git a/Yavsc/Views/Shared/_Layout.cshtml b/Yavsc/Views/Shared/_Layout.cshtml index e84a00e4..b7610e26 100755 --- a/Yavsc/Views/Shared/_Layout.cshtml +++ b/Yavsc/Views/Shared/_Layout.cshtml @@ -19,7 +19,7 @@ - + diff --git a/testOauthClient/Views/Shared/_Layout.cshtml b/testOauthClient/Views/Shared/_Layout.cshtml index ab438cc3..9a6f6b4b 100755 --- a/testOauthClient/Views/Shared/_Layout.cshtml +++ b/testOauthClient/Views/Shared/_Layout.cshtml @@ -5,16 +5,8 @@ @ViewData["Title"] - testOauthClient - - - - - - - - - - - - - @RenderSection("scripts", required: false)