mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 10:40:29 +01:00
e8abc1137b
closes #786
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
@model EmailsViewModel
|
|
@{
|
|
ViewData.SetActivePageAndTitle(ServerNavPages.Emails);
|
|
}
|
|
|
|
|
|
<partial name="EmailsBody" model="@Model"/>
|