mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43: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,8 +1,6 @@
|
|||
@model List<NzbDrone.Web.Models.PendingProcessingModel>
|
||||
@using NzbDrone.Web.Models
|
||||
@section TitleContent{
|
||||
Pending Processing
|
||||
}
|
||||
@{ViewBag.Title = "Pending Processing";}
|
||||
@section ActionMenu{
|
||||
@{Html.Telerik().Menu().Name("historyMenu").Items(items =>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue