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

6 lines
166 B
Text

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