Initial
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
@model HandleErrorInfo
|
||||
|
||||
@{
|
||||
ViewBag.Title = "Error";
|
||||
if (Model.ControllerName == "CreateLog")
|
||||
{
|
||||
Layout = "~/Views/Shared/_Layout.min.cshtml";
|
||||
}
|
||||
}
|
||||
|
||||
<h2>
|
||||
Sorry, an error occurred while processing your request.
|
||||
</h2>
|
||||
Reference in New Issue
Block a user