From c6a6cf5fa3d363a21c65381b89309e5e9034ae96 Mon Sep 17 00:00:00 2001 From: katibest Date: Mon, 10 Sep 2018 10:35:13 -0400 Subject: [PATCH] Added copy button to transaction overview to copy txn hash --- .../templates/transaction/overview.html.eex | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex index 7cdac5cb61..edf134fe5c 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex @@ -5,6 +5,13 @@
+

<%= gettext "Transaction Details" %>

<%= @transaction %>