Display "stack of X blocks" instead of "8th block" on the mempool block stack.

This commit is contained in:
softsimon
2020-07-21 13:20:17 +07:00
parent b1ab95bfd3
commit 6e120313f0
2 changed files with 14 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<div class="container-xl" *ngIf="mempoolBlock$ | async as mempoolBlock">
<div class="title-block">
<h1 class="float-left">{{ getGetOrdinal() }}</h1>
<h1 class="float-left">{{ ordinal }}</h1>
<button [routerLink]="['/' | relativeUrl]" class="btn btn-sm float-right mr-2 mt-2">&#10005;</button>
</div>