Merge pull request #4508 from natsee/show-clipboard-blockhash
Show blockhash copy button in block component
This commit is contained in:
		
						commit
						cc54538937
					
				| @ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user