mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
10 lines
261 B
Plaintext
10 lines
261 B
Plaintext
@{
|
|
ViewBag.Title = "Test";
|
|
Layout = "~/Views/Shared/_Layout.cshtml";
|
|
}
|
|
@section HeaderContent
|
|
{
|
|
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/3.3.0/build/yui/yui-min.js"></script>
|
|
}
|
|
@{Html.RenderAction("RootDir");}
|