mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Master page for RAZOR views created and will be auto inherited by pages.
Settings have been RAZORfied.
This commit is contained in:
parent
b8a3b58c79
commit
d3d138c2af
8 changed files with 100 additions and 42 deletions
|
@ -1,4 +1,4 @@
|
|||
@{Html.Telerik().Menu().Name("Menu").Items(items =>
|
||||
@{Html.Telerik().Menu().Name("SubMenu").Items(items =>
|
||||
{
|
||||
items.Add().Text("General").Action("General", "Settings");
|
||||
items.Add().Text("Indexers").Action("Indexers", "Settings");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue