From c8f0195ccc06575349c0e675c23276ac089bf9c7 Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Fri, 1 Dec 2017 14:48:19 +0100 Subject: Changed name of the project. --- PollutometerWebApi/Views/Shared/Error.cshtml | 5 +++++ PollutometerWebApi/Views/Shared/_Layout.cshtml | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 PollutometerWebApi/Views/Shared/Error.cshtml create mode 100644 PollutometerWebApi/Views/Shared/_Layout.cshtml (limited to 'PollutometerWebApi/Views/Shared') diff --git a/PollutometerWebApi/Views/Shared/Error.cshtml b/PollutometerWebApi/Views/Shared/Error.cshtml new file mode 100644 index 0000000..20ec06a --- /dev/null +++ b/PollutometerWebApi/Views/Shared/Error.cshtml @@ -0,0 +1,5 @@ +@model System.Web.Mvc.HandleErrorInfo + +
+

An error occurred while processing your request.

+
diff --git a/PollutometerWebApi/Views/Shared/_Layout.cshtml b/PollutometerWebApi/Views/Shared/_Layout.cshtml new file mode 100644 index 0000000..54f6729 --- /dev/null +++ b/PollutometerWebApi/Views/Shared/_Layout.cshtml @@ -0,0 +1,9 @@ + + + + @ViewBag.Title + + + @RenderBody() + + -- cgit v1.2.3