This website requires JavaScript.
Explore
RingTools-web
Help
Sign in
mirrors
/
mempool
Watch
1
Star
0
Fork
You've already forked mempool
0
mirror of
https://github.com/mempool/mempool.git
synced
2025-03-01 09:10:02 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
53812c3751
mempool
/
frontend
/
src
/
app
/
components
/
address-labels
/
address-labels.component.html
5 lines
83 B
HTML
Raw
Normal View
History
Unescape
Escape
better identification of lightning outputs. (#320) * better identification of lightning outputs. * identify liquid pegouts and emergency pegouts. fixes #324
2021-02-03 02:40:31 -03:00
<
span
replace 3 seperate labels with one `AddressLabelsComponent.label?: string` + consistency: move comments in the `if` blocks
2022-03-29 15:47:48 +02:00
*ngIf="label"
better identification of lightning outputs. (#320) * better identification of lightning outputs. * identify liquid pegouts and emergency pegouts. fixes #324
2021-02-03 02:40:31 -03:00
class="badge badge-pill badge-warning"
replace 3 seperate labels with one `AddressLabelsComponent.label?: string` + consistency: move comments in the `if` blocks
2022-03-29 15:47:48 +02:00
>{{ label }}
<
/
span
>
Reference in a new issue
Copy permalink