Files
Disco/Disco.Web/Views/Shared/Error.cshtml
T
2013-02-01 12:35:28 +11:00

11 lines
230 B
Plaintext

@model System.Web.Mvc.HandleErrorInfo
@{
ViewBag.Title = "Error";
}
<hgroup class="title">
<h1 class="error">Error.</h1>
<h2 class="error">An error occurred while processing your request.</h2>
</hgroup>