1
0
mirror of https://github.com/chyzy/RSystem-MVC synced 2024-11-29 08:55:27 +01:00
RSystem-MVC-Fork/RSystem/Views/Shared/Error.cshtml
2018-04-17 11:20:49 +02:00

10 lines
192 B
Plaintext

@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>