mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 14:40:36 +01:00
8 lines
246 B
Text
8 lines
246 B
Text
@model BTCPayServer.Models.ServerViewModels.EmailsViewModel
|
|
@{
|
|
Layout = "../Shared/_NavLayout.cshtml";
|
|
ViewData.SetActivePageAndTitle(StoreNavPages.Index, "Update Store Email Settings");
|
|
}
|
|
|
|
|
|
<partial name="EmailsBody" model="@Model"/>
|