mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Page banner is now used for browser title.
This commit is contained in:
parent
418fcbd91e
commit
4f09778f98
17 changed files with 28 additions and 50 deletions
|
@ -1,7 +1,5 @@
|
|||
@model NzbDrone.Web.Models.UpdateModel
|
||||
@section TitleContent{
|
||||
Update
|
||||
}
|
||||
@{ViewBag.Title = "Update";}
|
||||
@if (Model.UpdatePackage == null)
|
||||
{
|
||||
<h2>
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
@section TitleContent{
|
||||
Update Log
|
||||
}
|
||||
@{ViewBag.Title = "Update Log";}
|
||||
@Html.Raw(ViewBag.Log)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue