Removed MainContent Section

This commit is contained in:
kay.one
2011-11-30 21:25:01 -08:00
parent 9841d7728e
commit 1cfc2f3fe4
13 changed files with 116 additions and 151 deletions
+6 -10
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()