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

6 lines
157 B
Text

@using BTCPayServer.Views
@using BTCPayServer.Views.Apps
@{
ViewBag.MainTitle = "Manage app";
ViewData.SetActiveCategory(typeof(AppsNavPages));
}