mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
All Sln changes
This commit is contained in:
parent
b5855f2644
commit
796f0fc188
615 changed files with 68 additions and 747 deletions
23
Ombi.UI/Views/Shared/_AngularLayout.cshtml
Normal file
23
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