Files
MileageTraker/Web/Views/Shared/Error.cshtml
T
2012-12-09 14:56:43 -05:00

14 lines
225 B
Plaintext

@model HandleErrorInfo
@{
ViewBag.Title = "Error";
if (Model.ControllerName == "CreateLog")
{
Layout = "~/Views/Shared/_Layout.cshtml";
}
}
<h2>
Sorry, an error occurred while processing your request.
</h2>