Files
Disco/Disco.Web/Views/Shared/Error.cshtml
T
2013-02-28 17:15:46 +11:00

11 lines
220 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>