Files
btcpayserver/BTCPayServer/Views/Stores/Emails.cshtml
2021-10-29 08:25:43 +02:00

12 lines
355 B
Plaintext

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