btcpayserver/BTCPayServer/Views/UIPaymentRequest/_ViewStart.cshtml

7 lines
181 B
Text
Raw Normal View History

@using BTCPayServer.Abstractions.Extensions
@using BTCPayServer.Views
@using BTCPayServer.Views.PaymentRequest
@{
ViewData.SetActiveCategory(typeof(PaymentRequestsNavPages));
}