Files
btcpayserver/BTCPayServer/Views/Stores/Emails.cshtml
2021-12-21 09:24:09 +01:00

12 lines
347 B
Plaintext

@model BTCPayServer.Models.ServerViewModels.EmailsViewModel
@{
Layout = "../Shared/_NavLayout.cshtml";
ViewData.SetActivePage(StoreNavPages.GeneralSettings, "Email Settings", Context.GetStoreData().StoreName);
}
<partial name="EmailsBody" model="Model" />
@section PageFootContent {
<partial name="_ValidationScriptsPartial" />
}