Skip to content

Commit

Permalink
channel rebal title
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptosharks131 committed Sep 7, 2024
1 parent b1f1419 commit d256343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/templates/channel.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ <h2>Last <a href="/forwards" target="_blank">Payments Routed</a></h2>
</div>
<div id="rebalancerDiv">
{% autoescape off %}
{% with rebal_url='<a href="/rebalances?last_hop_pubkey='|add:channel.remote_pubkey|add:'" target:"_blank">'|add:channel.alias|add:' Rebalances</a>'%}
{% with rebal_url='<a href="/rebalances?last_hop_pubkey='|add:channel.remote_pubkey|add:'" target:"_blank"> Rebalances</a>'%}
{% include 'rebalances_table.html' with count=5 last_hop_pubkey=channel.remote_pubkey load_count=5 title=rebal_url %}
{% endwith %}
{% endautoescape %}
Expand Down

0 comments on commit d256343

Please sign in to comment.