mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -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
3
NzbDrone.Web/Views/_ViewStart.cshtml
Normal file
3
NzbDrone.Web/Views/_ViewStart.cshtml
Normal file
|
@ -0,0 +1,3 @@
|
|||
@{
|
||||
Layout = "~/Views/Shared/SiteLayout.cshtml";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue