btcpayserver/BTCPayServer/Views/Wallets/_ViewStart.cshtml

7 lines
166 B
Text
Raw Normal View History

@using BTCPayServer.Views
@using BTCPayServer.Views.Wallets
@{
2018-07-26 22:32:24 +09:00
ViewBag.MainTitle = "Manage wallet";
ViewData.SetActiveCategory(typeof(WalletsNavPages));
2018-07-26 22:32:24 +09:00
}