btcpayserver/BTCPayServer/Views/Wallets/_ViewStart.cshtml
2021-03-30 11:38:02 +02:00

7 lines
166 B
Plaintext

@using BTCPayServer.Views
@using BTCPayServer.Views.Wallets
@{
ViewBag.MainTitle = "Manage wallet";
ViewData.SetActiveCategory(typeof(WalletsNavPages));
}