mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
RAZOR'd Series and the Error page.
NzbDrone has been RAZORfied completely now, die ASPX pages!
This commit is contained in:
parent
13af6663fe
commit
33b67a138c
13 changed files with 237 additions and 262 deletions
15
NzbDrone.Web/Views/Shared/Error.cshtml
Normal file
15
NzbDrone.Web/Views/Shared/Error.cshtml
Normal 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()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue