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