Moved JS to separate file.

This commit is contained in:
Mark McDowall
2012-01-04 18:19:02 -08:00
parent 348397e442
commit e4a2228b2c
4 changed files with 113 additions and 111 deletions
+7 -2
View File
@@ -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")
}