mirror of
https://github.com/aljazceru/btcpayserver-breez-nodeless-plugin.git
synced 2025-12-17 08:34:20 +01:00
- Fixed controller action references in Info.cshtml - Updated partial view path in Payments.cshtml - Fixed all SetActivePage calls to use BreezSpark - Updated BreezPaymentsTable to BreezSparkPaymentsTable - Fixed CSS IDs and selectors throughout views - All navigation now correctly references BreezSpark controller
9 lines
375 B
Plaintext
9 lines
375 B
Plaintext
@using BTCPayServer.Abstractions.Extensions
|
|
@using BTCPayServer.Plugins.BreezSpark
|
|
@using Breez.Sdk.Spark
|
|
@inject BTCPayServer.Abstractions.Services.Safe Safe
|
|
@addTagHelper *, BTCPayServer.Abstractions
|
|
@addTagHelper *, BTCPayServer.TagHelpers
|
|
@addTagHelper *, BTCPayServer.Views.TagHelpers
|
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
|
@addTagHelper *, BTCPayServer |