Files
TurboLinks.Net/src/TurboLinks.Net.Example/Views/Shared/Error.cshtml
Tommy Parnell 5347fe22d3 init
2015-10-17 23:06:36 -04:00

7 lines
156 B
Plaintext

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