mirror of https://github.com/abpframework/abp
parent
7fd6f75eac
commit
3c9c77bf59
@ -0,0 +1,8 @@
|
||||
@using Volo.Abp.AspNetCore.Mvc.UI.Theming
|
||||
@inject IThemeManager ThemeManager
|
||||
@{
|
||||
Layout = ThemeManager.CurrentTheme.GetAccountLayout();
|
||||
}
|
||||
<div class="abp-account-container">
|
||||
@RenderBody()
|
||||
</div>
|
||||
@ -1,5 +1,5 @@
|
||||
@using Volo.Abp.AspNetCore.Mvc.UI.Theming
|
||||
@inject IThemeManager ThemeManager
|
||||
@{
|
||||
Layout = ThemeManager.CurrentTheme.GetAccountLayout();
|
||||
Layout = "_Layout";
|
||||
}
|
||||
Loading…
Reference in new issue