From 490334c63254b72b4ae0f1f7e9f71344bae63522 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Mon, 4 Jun 2018 12:22:53 -0400 Subject: [PATCH] add blockhash to header for /block-height/N pages for consistency --- views/block-height.pug | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/block-height.pug b/views/block-height.pug index 6b28aee..729c6bf 100644 --- a/views/block-height.pug +++ b/views/block-height.pug @@ -6,6 +6,8 @@ block headContent block content h1(class="h2") Block small(class="monospace") ##{blockHeight.toLocaleString()} + br + small(style="width: 100%;", class="monospace word-wrap") #{result.getblock.hash} hr include includes/block-content.pug \ No newline at end of file