mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
The move!
This commit is contained in:
parent
1daf480b1b
commit
25526cc4d9
1147 changed files with 85 additions and 8524 deletions
23
Old/Ombi.UI/Views/Shared/_AngularLayout.cshtml
Normal file
23
Old/Ombi.UI/Views/Shared/_AngularLayout.cshtml
Normal file
|
@ -0,0 +1,23 @@
|
|||
@using Ombi.UI.Helpers
|
||||
@inherits Nancy.ViewEngines.Razor.NancyRazorViewBase
|
||||
<html ng-app="PlexRequests">
|
||||
@Html.Partial("Shared/Partial/_Head")
|
||||
|
||||
<body>@Html.LoadAngularAssets()
|
||||
|
||||
@Html.Partial("Shared/Partial/_Navbar")
|
||||
|
||||
<div class="container">
|
||||
@RenderBody()
|
||||
</div>
|
||||
<div class="scroll-top-wrapper ">
|
||||
<span class="scroll-top-inner">
|
||||
<i class="fa fa-2x fa-arrow-circle-up"></i>
|
||||
</span>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@Html.GetInformationalVersion()
|
||||
|
||||
</html>
|
||||
@Html.Partial("Shared/Partial/_LayoutScripts")
|
Loading…
Add table
Add a link
Reference in a new issue