Browse Source

fix template error on blocks list when the list isn't full

fix-133-memory-crash
Dan Janosik 8 years ago
parent
commit
bac144bc11
  1. 1
      views/includes/blocks-list.pug

1
views/includes/blocks-list.pug

@ -9,6 +9,7 @@ table(class="table table-striped")
th Size (bytes)
tbody
each block, blockIndex in blocks
if (block)
tr
th #{blockIndex + blockOffset + 1}
td

Loading…
Cancel
Save