mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-29 03:44:27 +01:00
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"/>
|