mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
All Sln changes
This commit is contained in:
parent
b5855f2644
commit
796f0fc188
615 changed files with 68 additions and 747 deletions
24
Ombi.UI/Views/Shared/_Layout.cshtml
Normal file
24
Ombi.UI/Views/Shared/_Layout.cshtml
Normal file
|
@ -0,0 +1,24 @@
|
|||
@*@using StackExchange.Profiling*@
|
||||
@using Ombi.UI.Helpers
|
||||
@inherits Nancy.ViewEngines.Razor.NancyRazorViewBase
|
||||
<html>
|
||||
@Html.Partial("Shared/Partial/_Head")
|
||||
|
||||
<body>
|
||||
|
||||
@Html.Partial("Shared/Partial/_Navbar")
|
||||
|
||||
<div class="container" style="padding-top: 5%">
|
||||
@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