aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcinzelent <zelent.marcin@gmail.com>2017-12-01 14:48:19 +0100
committermarcinzelent <zelent.marcin@gmail.com>2017-12-01 14:48:19 +0100
commitc8f0195ccc06575349c0e675c23276ac089bf9c7 (patch)
tree16a861c8605829bb50dbfd05091b9591f01259c1 /AirPollutionWebApi/Views/Shared
parent918e61788858a9ce8fe4e8680d92752f9af8fc5a (diff)
Changed name of the project.
Diffstat (limited to 'AirPollutionWebApi/Views/Shared')
-rw-r--r--AirPollutionWebApi/Views/Shared/Error.cshtml5
-rw-r--r--AirPollutionWebApi/Views/Shared/_Layout.cshtml9
2 files changed, 0 insertions, 14 deletions
diff --git a/AirPollutionWebApi/Views/Shared/Error.cshtml b/AirPollutionWebApi/Views/Shared/Error.cshtml
deleted file mode 100644
index 20ec06a..0000000
--- a/AirPollutionWebApi/Views/Shared/Error.cshtml
+++ /dev/null
@@ -1,5 +0,0 @@
-@model System.Web.Mvc.HandleErrorInfo
-
-<div>
- <h2>An error occurred while processing your request.</h2>
-</div>
diff --git a/AirPollutionWebApi/Views/Shared/_Layout.cshtml b/AirPollutionWebApi/Views/Shared/_Layout.cshtml
deleted file mode 100644
index 54f6729..0000000
--- a/AirPollutionWebApi/Views/Shared/_Layout.cshtml
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>@ViewBag.Title</title>
-</head>
-<body>
- @RenderBody()
-</body>
-</html>