mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +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");}
|