From 763420bc5bc23076061f2d692665b50cf313000c Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Wed, 8 Feb 2017 17:42:41 +0100 Subject: [PATCH] ES blockchain search --- www/plugins/es/i18n/locale-fr-FR.json | 3 +++ www/templates/blockchain/item_block_lg.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/www/plugins/es/i18n/locale-fr-FR.json b/www/plugins/es/i18n/locale-fr-FR.json index 53505259a..eefd85e42 100644 --- a/www/plugins/es/i18n/locale-fr-FR.json +++ b/www/plugins/es/i18n/locale-fr-FR.json @@ -121,6 +121,9 @@ "HEADER_BLOCK": "Bloc #", "HEADER_ISSUER": "Propriétaire du noeud", "BTN_LAST": "Derniers blocs" + }, + "ERROR": { + "SEARCH_BLOCKS_FAILED": "Erreur de la recherche des blocs." } }, "MARKET": { diff --git a/www/templates/blockchain/item_block_lg.html b/www/templates/blockchain/item_block_lg.html index c9c65d507..423d15da4 100644 --- a/www/templates/blockchain/item_block_lg.html +++ b/www/templates/blockchain/item_block_lg.html @@ -6,8 +6,8 @@ <div class="row no-padding"> <div class="col"> - <h3><i class="ion-clock"></i> {{block.medianTime|formatDate}}</h3> - <h4>{{'BLOCKCHAIN.HASH'|translate}} {{block.hash|formatHash}}</h4> + <h3 class="dark"><i class="ion-clock"></i> {{block.medianTime|formatDate}}</h3> + <h4 class="gray">{{'BLOCKCHAIN.HASH'|translate}} {{block.hash|formatHash}}</h4> </div> <div class="col col-20"> -- GitLab