mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 14:22:44 +01:00
Show blockhash copy button in block component
This commit is contained in:
parent
e4751a8274
commit
eae044cf66
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
<ng-container *ngIf="!isLoadingBlock; else skeletonRows">
|
||||
<tr>
|
||||
<td class="td-width" i18n="block.hash">Hash</td>
|
||||
<td>‎<a [routerLink]="['/block/' | relativeUrl, block.id]" title="{{ block.id }}">{{ block.id | shortenString : 13 }}</a> <app-clipboard class="d-none d-sm-inline-block" [text]="block.id"></app-clipboard></td>
|
||||
<td>‎<a [routerLink]="['/block/' | relativeUrl, block.id]" title="{{ block.id }}">{{ block.id | shortenString : 13 }}</a> <app-clipboard [text]="block.id"></app-clipboard></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td i18n="block.timestamp">Timestamp</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue