mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 18:51:18 +01:00
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
@using BTCPayServer.Views
|
|
@using BTCPayServer.Views.Wallets
|
|
@{
|
|
ViewBag.MainTitle = "Manage wallet";
|
|
ViewData.SetActiveCategory(typeof(WalletsNavPages));
|
|
}
|