Merge pull request #267 from cubedro/develop

Added security alert blog post
This commit is contained in:
Marian OANCΞA 2015-08-20 21:38:37 +03:00
commit 84d88e7788
2 changed files with 9 additions and 7 deletions

View File

@ -7,10 +7,11 @@ block content
div.col-xs-12.stats-boxes div.col-xs-12.stats-boxes
div.row.second-row div.row.second-row
div.col-xs-12.stat-holder.box div.col-xs-12.stat-holder.box
div.active-nodes.text-orange div.active-nodes.text-danger
i.icon-hashrate i.icon-hashrate
span.small-title Block #1028201 hash span.small-title SECURITY ALERT
span.small-value {{frontierHash}} 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.row(ng-cloak)
div.col-lg-3.col-md-3.col-sm-6.stat-holder div.col-lg-3.col-md-3.col-sm-6.stat-holder

View File

@ -156,14 +156,15 @@ block content
//- div.col-xs-12 //- div.col-xs-12
nodemap#mapHolder(data="map") nodemap#mapHolder(data="map")
//- div.row div.row
div.col-xs-12.stats-boxes div.col-xs-12.stats-boxes
div.row.second-row div.row.second-row
div.col-xs-12.stat-holder.box div.col-xs-12.stat-holder.box
div.active-nodes.text-orange div.active-nodes.text-danger
i.icon-hashrate i.icon-hashrate
span.small-title Block #1028201 hash span.small-title SECURITY ALERT
span.small-value {{frontierHash}} 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 //- div.clearfix