From c6a6cf5fa3d363a21c65381b89309e5e9034ae96 Mon Sep 17 00:00:00 2001 From: katibest Date: Mon, 10 Sep 2018 10:35:13 -0400 Subject: [PATCH 1/3] 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 %>

From 30d65eb5ce0aea8d7034bd55f7ff4114a8276661 Mon Sep 17 00:00:00 2001 From: katibest Date: Mon, 10 Sep 2018 10:57:22 -0400 Subject: [PATCH 2/3] Added gettext to aria-label --- .../lib/block_scout_web/templates/transaction/overview.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 edf134fe5c..e5c9debace 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 @@ -7,7 +7,7 @@