IW4M-Admin/WebfrontCore/Views/Shared/Error.cshtml
RaidMax c2a3cf0d15 fixed minification and bundling
template tweaks
2018-04-09 22:33:42 -05:00

7 lines
156 B
Plaintext

@{
ViewData["Title"] = "Error";
}
<h4 class="text-danger">Sorry!</h4>
<h4 class="text-danger">An error occurred while processing your request.</h4>