btcpayserver/BTCPayServer/Views/Manage/_ViewStart.cshtml

8 lines
206 B
Text
Raw Normal View History

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