btcpayserver/BTCPayServer/Views/Stores/_ViewStart.cshtml

8 lines
161 B
Text
Raw Normal View History

@using BTCPayServer.Views
@using BTCPayServer.Views.Stores
@{
ViewBag.CategoryTitle = "Stores";
ViewData.SetActiveCategory(typeof(StoreNavPages));
}