From 470f64c255a0cdf05c8abb9f45c92a78b0dd9c96 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 5 Sep 2019 21:04:06 +0100 Subject: [PATCH] was not used anymore --- src/Yavsc/Views/Blogspot/Create.cshtml | 68 -------------------------- 1 file changed, 68 deletions(-) delete mode 100644 src/Yavsc/Views/Blogspot/Create.cshtml diff --git a/src/Yavsc/Views/Blogspot/Create.cshtml b/src/Yavsc/Views/Blogspot/Create.cshtml deleted file mode 100644 index adf6f77a..00000000 --- a/src/Yavsc/Views/Blogspot/Create.cshtml +++ /dev/null @@ -1,68 +0,0 @@ -@model BlogPost - -@{ - ViewData["Title"] = @SR["Create"]; -} - -

@SR["Create"]

- -
-
-

Blog

-
-
- -
- -
- - -
-
-
- -
- - -
-
-
- -
- - -
-
-
- -
- -
-
-
-
- -
-
-
-
- -
- @SR["Back to List"] -
- - @{ await Html.RenderPartialAsync("_PostFilesPartial"); } - -@section Scripts { - - @{ await Html.RenderPartialAsync("_FSScriptsPartial"); } - @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } - -}