Skip to content

Commit

Permalink
Merge pull request cubedro#235 from cubedro/develop
Browse files Browse the repository at this point in the history
removed warning icon
  • Loading branch information
cubedro committed Jul 30, 2015
2 parents f899b6e + fa72fa8 commit 9dc7db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ block content
td(style="padding-left: 15px;") {{node.stats.pending}}
td(class="{{ node.stats | blockClass : bestBlock }}")
span(class="{{ node.readable.forkMessage ? node.readable.forkClass : '' }}") {{'#'}}{{ node.stats.block.number | number }}
a.small(data-toggle="tooltip", data-placement="top", data-html="true", data-original-title="{{ node.readable.forkMessage }}", class="{{ node.readable.forkClass }}")
//- a.small(data-toggle="tooltip", data-placement="top", data-html="true", data-original-title="{{ node.readable.forkMessage }}", class="{{ node.readable.forkClass }}")
i.icon-warning-o
td(class="{{ node.stats | blockClass : bestBlock }}")
span.small {{node.stats.block.hash | hashFilter}}
Expand Down

0 comments on commit 9dc7db0

Please sign in to comment.