Revert "Making it all on the same line"

This reverts commit 563ef3cab4.

(cherry picked from commit 6e22f8c4d759b9ca4ff8bbc74eb6665fb64331f7)
This commit is contained in:
rockstardev 2024-02-28 08:15:07 -06:00
parent 19c25412e4
commit 786997a2d3

View file

@ -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
{