mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-25 01:44:26 +01:00
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
@model EmailsViewModel
|
|
@{
|
|
ViewData.SetActivePageAndTitle(ServerNavPages.Emails);
|
|
}
|
|
|
|
|
|
<partial name="EmailsBody" model="@Model"/>
|