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

8 lines
214 B
Plaintext

@using BTCPayServer.Views
@using BTCPayServer.Views.Manage
@{
Layout = "../Shared/_NavLayout.cshtml";
ViewBag.MainTitle = "Manage your account";
ViewData.SetActiveCategory(typeof(ManageNavPages));
}