mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
Can hide the footer of LayoutSimple
This commit is contained in:
parent
900c5f7976
commit
8331d1019f
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,10 @@
|
|||
@RenderBody()
|
||||
</div>
|
||||
</section>
|
||||
<partial name="_Footer"/>
|
||||
@if (ViewData["ShowFooter"] is not false)
|
||||
{
|
||||
<partial name="_Footer"/>
|
||||
}
|
||||
<partial name="LayoutFoot" />
|
||||
@await RenderSectionAsync("PageFootContent", false)
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue