mirror of
https://github.com/mempool/mempool.git
synced 2024-12-27 08:44:26 +01:00
If mining dashboard is enabled, opens /mining/blocks instead of /blocks
This commit is contained in:
parent
bdfe31c601
commit
7481e27ec2
@ -128,7 +128,7 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class=""><a href="" [routerLink]="['/blocks' | relativeUrl]" i18n="dashboard.view-all">View all »</a></div>
|
||||
<div class=""><a href="" [routerLink]="[(stateService.env.MINING_DASHBOARD ? '/mining/blocks' : '/blocks') | relativeUrl]" i18n="dashboard.view-all">View all »</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user