You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
508 B
15 lines
508 B
@section TitleContent
|
|
{
|
|
Settings
|
|
}
|
|
|
|
<div class="jquery-tabs">
|
|
<ul>
|
|
<li>@Html.ActionLink("Naming", "Naming", "Settings")</li>
|
|
<li>@Html.ActionLink("Indexers", "Indexers", "Settings")</li>
|
|
<li>@Html.ActionLink("Quality", "Quality", "Settings")</li>
|
|
<li>@Html.ActionLink("SABnzbd", "Sabnzbd", "Settings")</li>
|
|
<li>@Html.ActionLink("Notifications", "Notifications", "Settings")</li>
|
|
<li>@Html.ActionLink("System", "System", "Settings")</li>
|
|
</ul>
|
|
</div> |