mirror of https://github.com/Sonarr/Sonarr
14 lines
351 B
Plaintext
14 lines
351 B
Plaintext
|
@section TitleContent{
|
||
|
Settings
|
||
|
}
|
||
|
|
||
|
@section ActionMenu{
|
||
|
@{Html.RenderPartial("SubMenu");}
|
||
|
}
|
||
|
|
||
|
@section MainContent{
|
||
|
<script src="/Scripts/MicrosoftAjax.js" type="text/javascript"></script>
|
||
|
<script src="/Scripts/MicrosoftMvcValidation.js" type="text/javascript"></script>
|
||
|
@{Html.RenderPartial(ViewData["viewName"].ToString());}
|
||
|
}
|