Removed MainContent Section

This commit is contained in:
kay.one 2011-11-30 21:25:01 -08:00
commit 1cfc2f3fe4
13 changed files with 116 additions and 151 deletions

View file

@ -1,15 +1,11 @@
@model HandleErrorInfo
@section TitleContent
{
EPIC FAIL!!!
EPIC FAIL!!!
}
@section MainContent
{
<h2>
@Model.Exception.Message
</h2>
<br />
@Model.Exception.ToString()
}
<h2>
@Model.Exception.Message
</h2>
<br />
@Model.Exception.ToString()