btcpayserver/BTCPayServer/Views/Apps/_ViewStart.cshtml

7 lines
157 B
Text
Raw Normal View History

@using BTCPayServer.Views
@using BTCPayServer.Views.Apps
@{
2018-04-03 11:50:41 +09:00
ViewBag.MainTitle = "Manage app";
ViewData.SetActiveCategory(typeof(AppsNavPages));
2018-04-03 11:50:41 +09:00
}