1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-23 08:22:39 +00:00

Page banner is now used for browser title.

This commit is contained in:
kay.one 2011-12-09 21:07:30 -08:00
parent 4f09778f98
commit f5a8c3de87

View file

@ -1,9 +1,5 @@
@model HandleErrorInfo
@section TitleContent
{
EPIC FAIL!!!
}
@{ ViewBag.Title = "EPIC FAIL!"; }
<h2>
@Model.Exception.Message
</h2>