mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
RAZOR'd Series and the Error page.
NzbDrone has been RAZORfied completely now, die ASPX pages!
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
@model System.Web.Mvc.HandleErrorInfo
|
||||
|
||||
@section TitleContent
|
||||
{
|
||||
EPIC FAIL!!!
|
||||
}
|
||||
|
||||
@section MainContent
|
||||
{
|
||||
<h2>
|
||||
@Model.Exception.Message
|
||||
</h2>
|
||||
<br />
|
||||
@Model.Exception.ToString()
|
||||
}
|
||||
Reference in New Issue
Block a user