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

7 lines
214 B
Text

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