mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 17:47:01 +01:00
add anchors to the block component
This commit is contained in:
parent
be2f024da1
commit
ac91d814d6
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<div class="container-xl">
|
||||
|
||||
<div class="title-block">
|
||||
<div class="title-block" id="block">
|
||||
<h1><ng-template [ngIf]="blockHeight === 0" i18n="block.genesis">Genesis </ng-template><ng-template [ngIf]="blockHeight" i18n="block.block">Block <a [routerLink]="['/block/' | relativeUrl, blockHash]">{{ blockHeight }}</a></ng-template></h1>
|
||||
<button [routerLink]="['/' | relativeUrl]" class="btn btn-sm">✕</button>
|
||||
</div>
|
||||
|
@ -80,7 +80,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div [hidden]="!showDetails">
|
||||
<div [hidden]="!showDetails" id="details">
|
||||
<br>
|
||||
|
||||
<div class="box">
|
||||
|
|
Loading…
Add table
Reference in a new issue