mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Root Dir cleanup
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
@{
|
||||
ViewBag.Title = "Test";
|
||||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
}
|
||||
|
||||
@{Html.RenderAction("RootDir");}
|
||||
|
||||
|
||||
@(Html.Telerik().ScriptRegistrar().Scripts(c => c.AddGroup("TestGroup", group => group
|
||||
.Add("telerik.common.js")
|
||||
.Add("telerik.combobox.js")
|
||||
.Add("telerik.list.js")
|
||||
.Add("telerik.autocomplete.js")
|
||||
)))
|
||||
Reference in New Issue
Block a user