btcpayserver/BTCPayServer/Views/Wallets/_ViewStart.cshtml

7 lines
164 B
Text
Raw Normal View History

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