mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-13 11:35:51 +01:00
14 lines
426 B
Text
14 lines
426 B
Text
@using BTCPayServer.Client
|
|
@using BTCPayServer.Plugins.BoltcardFactory
|
|
@using Microsoft.AspNetCore.Mvc.TagHelpers
|
|
@using BTCPayServer.Views.Apps
|
|
@using BTCPayServer.Abstractions.Extensions
|
|
@using BTCPayServer.Abstractions.TagHelpers
|
|
|
|
|
|
<li class="nav-item">
|
|
<a asp-area="" asp-controller="UIBoltcardBalance" asp-action="ScanCard" class="nav-link">
|
|
<vc:icon symbol="pay-button" />
|
|
<span>Boltcard Balance</span>
|
|
</a>
|
|
</li>
|