Merge pull request #267 from cubedro/develop

Added security alert blog post
pull/5/head
Marian OANCΞA 9 years ago
commit 84d88e7788
  1. 7
      src-lite/views/index.jade
  2. 9
      src/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

@ -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

Loading…
Cancel
Save