initial add
This commit is contained in:
10
Fab2ApprovalSystem/Views/Shared/Error.cshtml
Normal file
10
Fab2ApprovalSystem/Views/Shared/Error.cshtml
Normal file
@ -0,0 +1,10 @@
|
||||
@model System.Web.Mvc.HandleErrorInfo
|
||||
|
||||
@{
|
||||
ViewBag.Title = "Error";
|
||||
}
|
||||
|
||||
<h1 class="text-danger">Error.</h1>
|
||||
<h2 class="text-danger">An error occurred while processing your request.</h2>
|
||||
|
||||
<h4>@ViewBag.ErrorDescription</h4>
|
Reference in New Issue
Block a user