mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-01 04:14:28 +01:00
Fix click on label
This commit is contained in:
@@ -101,11 +101,13 @@
|
||||
position: relative;
|
||||
"
|
||||
title="@label.Tooltip">
|
||||
<a asp-route-labelFilter="@label.RawValue" class="text-white">@label.Value</a>
|
||||
|
||||
@if (!string.IsNullOrEmpty(label.Link))
|
||||
{
|
||||
<a href="@label.Link" target="_blank" class="fa fa-info-circle"></a>
|
||||
<a href="@label.Link" target="_blank"><span class="text-white">@label.Value</span> <span class="fa fa-info-circle"></span></a>
|
||||
}
|
||||
else
|
||||
{
|
||||
<a asp-route-labelFilter="@label.Value" class="text-white">@label.Value</a>
|
||||
}
|
||||
<form
|
||||
asp-route-walletId="@this.Context.GetRouteValue("walletId")"
|
||||
|
||||
Reference in New Issue
Block a user