From 30d01a9a1ada26855f8ac9214fb23403e7ad2481 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Thu, 7 Jun 2018 21:18:47 +0200 Subject: [PATCH] styling consistency --- views/transaction.pug | 1 + 1 file changed, 1 insertion(+) diff --git a/views/transaction.pug b/views/transaction.pug index 69ef4f5..9206353 100644 --- a/views/transaction.pug +++ b/views/transaction.pug @@ -68,6 +68,7 @@ block content if (result.getblock) a(href=("/block/" + result.getrawtransaction.blockhash)) #{result.getrawtransaction.blockhash} if (result.getblock.height) + br span(class="text-muted") (#{result.getblock.height.toLocaleString()}) else span N/A