mirror of
https://github.com/Radarr/Radarr
synced 2025-01-31 03:41:24 +00:00
9 lines
261 B
Text
9 lines
261 B
Text
@{
|
|
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");}
|