btcpayserver/BTCPayServer/Views/Stores/Emails.cshtml

12 lines
337 B
Text
Raw Normal View History

2019-01-06 15:53:37 +01:00
@model BTCPayServer.Models.ServerViewModels.EmailsViewModel
@{
Layout = "../Shared/_NavLayout.cshtml";
ViewData.SetActivePageAndTitle(StoreNavPages.Index, "Email Settings", Context.GetStoreData().StoreName);
2019-01-06 15:53:37 +01:00
}
<partial name="EmailsBody" model="Model" />
2019-01-06 15:53:37 +01:00
@section Scripts {
<partial name="_ValidationScriptsPartial" />
}