RAZOR'd Series and the Error page.

NzbDrone has been RAZORfied completely now, die ASPX pages!
This commit is contained in:
Mark McDowall 2011-04-21 00:14:47 -07:00
commit 33b67a138c
13 changed files with 237 additions and 262 deletions

View file

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