mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-28 19:34:23 +01:00
11 lines
206 B
Plaintext
11 lines
206 B
Plaintext
@model EmailsViewModel
|
|
@{
|
|
ViewData.SetActivePage(ServerNavPages.Emails);
|
|
}
|
|
|
|
<partial name="EmailsBody" model="Model" />
|
|
|
|
@section PageFootContent {
|
|
<partial name="_ValidationScriptsPartial" />
|
|
}
|