mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Moved JS to separate file.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@{ViewBag.Title = "Settings";}
|
||||
@using NzbDrone.Web.Helpers
|
||||
@{ViewBag.Title = "Settings";}
|
||||
|
||||
<div class="jquery-tabs">
|
||||
<ul>
|
||||
@@ -9,4 +10,8 @@
|
||||
<li>@Html.ActionLink("Notifications", "Notifications", "Settings")</li>
|
||||
<li>@Html.ActionLink("System", "System", "Settings")</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@section Scripts{
|
||||
@Html.IncludeScript("NzbDrone/settings.js")
|
||||
}
|
||||
Reference in New Issue
Block a user