aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcinzelent <zelent.marcin@gmail.com>2018-03-16 21:40:28 +0100
committermarcinzelent <zelent.marcin@gmail.com>2018-03-16 21:40:28 +0100
commit08e7a82cc7b237e550c0236bebd4f41c3c3f4acf (patch)
tree30e2320d62f2bf3981120ad76f2de92efec1e8f5 /PollutometerWebApi/Views/Shared
parent9441b9d8b3035dc3142234dd13a1bcea21e72749 (diff)
Moved API to separate folder.
Diffstat (limited to 'PollutometerWebApi/Views/Shared')
-rw-r--r--PollutometerWebApi/Views/Shared/Error.cshtml5
-rw-r--r--PollutometerWebApi/Views/Shared/_Layout.cshtml9
2 files changed, 0 insertions, 14 deletions
diff --git a/PollutometerWebApi/Views/Shared/Error.cshtml b/PollutometerWebApi/Views/Shared/Error.cshtml
deleted file mode 100644
index 20ec06a..0000000
--- a/PollutometerWebApi/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/PollutometerWebApi/Views/Shared/_Layout.cshtml b/PollutometerWebApi/Views/Shared/_Layout.cshtml
deleted file mode 100644
index 54f6729..0000000
--- a/PollutometerWebApi/Views/Shared/_Layout.cshtml
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>@ViewBag.Title</title>
-</head>
-<body>
- @RenderBody()
-</body>
-</html>