mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-12 10:30:47 +01:00
Revert "Making it all on the same line"
This reverts commit 563ef3cab4
.
(cherry picked from commit 6e22f8c4d759b9ca4ff8bbc74eb6665fb64331f7)
This commit is contained in:
parent
19c25412e4
commit
786997a2d3
1 changed files with 3 additions and 2 deletions
|
@ -178,8 +178,9 @@
|
|||
@if (payment.Destination.Length > 69)
|
||||
{
|
||||
<span>
|
||||
@payment.Destination.Substring(0, 30)+"..."+
|
||||
@payment.Destination.Substring(payment.Destination.Length-30, 30)
|
||||
<span>@payment.Destination.Substring(0, 30)</span>
|
||||
<span>...</span>
|
||||
<span>@payment.Destination.Substring(payment.Destination.Length-30, 30)</span>
|
||||
</span>
|
||||
} else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue