mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 10:40:29 +01:00
e8abc1137b
closes #786
9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
@model BTCPayServer.Models.ServerViewModels.EmailsViewModel
|
|
@{
|
|
Layout = "../Shared/_NavLayout.cshtml";
|
|
ViewData.SetActivePageAndTitle(StoreNavPages.Index, "Update Store Email Settings");
|
|
}
|
|
|
|
|
|
<partial name="EmailsBody" model="@Model"/>
|