diff --git a/src-lite/views/index.jade b/src-lite/views/index.jade index 973578b..7bad32b 100644 --- a/src-lite/views/index.jade +++ b/src-lite/views/index.jade @@ -7,10 +7,11 @@ block content div.col-xs-12.stats-boxes div.row.second-row div.col-xs-12.stat-holder.box - div.active-nodes.text-orange + div.active-nodes.text-danger i.icon-hashrate - span.small-title Block #1028201 hash - span.small-value {{frontierHash}} + span.small-title SECURITY ALERT + span.small-value + a(href="https://blog.ethereum.org/2015/08/20/security-alert-consensus-issue/", target="_blank", class="text-danger") Read the blog post div.row(ng-cloak) div.col-lg-3.col-md-3.col-sm-6.stat-holder diff --git a/src/views/index.jade b/src/views/index.jade index d162429..e013f19 100644 --- a/src/views/index.jade +++ b/src/views/index.jade @@ -156,14 +156,15 @@ block content //- div.col-xs-12 nodemap#mapHolder(data="map") - //- div.row + div.row div.col-xs-12.stats-boxes div.row.second-row div.col-xs-12.stat-holder.box - div.active-nodes.text-orange + div.active-nodes.text-danger i.icon-hashrate - span.small-title Block #1028201 hash - span.small-value {{frontierHash}} + span.small-title SECURITY ALERT + span.small-value + a(href="https://blog.ethereum.org/2015/08/20/security-alert-consensus-issue/", target="_blank", class="text-danger") Read the blog post //- div.clearfix