Browse Source

style consistency fix

fix-133-memory-crash
Dan Janosik 8 years ago
parent
commit
8bb8579105
  1. 2
      views/block.pug

2
views/block.pug

@ -12,7 +12,7 @@ block content
li(class="breadcrumb-item active") li(class="breadcrumb-item active")
a(href=("/block/" + blockHash)) Block #{result.getblock.height} a(href=("/block/" + blockHash)) Block #{result.getblock.height}
h1 Block h1(class="h2") Block
small(style="width: 100%;") ##{result.getblock.height} small(style="width: 100%;") ##{result.getblock.height}
hr hr

Loading…
Cancel
Save