From 644dff77036ad16d51695fdfb2ed15836cc8c3ae Mon Sep 17 00:00:00 2001 From: Tim Mecklem Date: Thu, 12 Apr 2018 09:17:43 -0400 Subject: [PATCH 1/2] Remove transaction hash from detail page Co-authored-by: katibest --- .../lib/explorer_web/templates/transaction/overview.html.eex | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/explorer_web/lib/explorer_web/templates/transaction/overview.html.eex b/apps/explorer_web/lib/explorer_web/templates/transaction/overview.html.eex index a9e593b37c..4b4a25725a 100644 --- a/apps/explorer_web/lib/explorer_web/templates/transaction/overview.html.eex +++ b/apps/explorer_web/lib/explorer_web/templates/transaction/overview.html.eex @@ -6,10 +6,6 @@
-
-
<%= gettext "Transaction Hash" %>
-
<%= @transaction.hash %>
-
<%= gettext "Transaction Status" %>
From 64b247e19fd623296f9ba5eea11c996a999b5acc Mon Sep 17 00:00:00 2001 From: Tim Mecklem Date: Thu, 12 Apr 2018 15:45:32 -0400 Subject: [PATCH 2/2] Move Nonce to the left column Co-authored-by: jimmay5469 Co-authored-by: katibest --- .../explorer_web/templates/transaction/overview.html.eex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/explorer_web/lib/explorer_web/templates/transaction/overview.html.eex b/apps/explorer_web/lib/explorer_web/templates/transaction/overview.html.eex index 4b4a25725a..4483429aef 100644 --- a/apps/explorer_web/lib/explorer_web/templates/transaction/overview.html.eex +++ b/apps/explorer_web/lib/explorer_web/templates/transaction/overview.html.eex @@ -54,6 +54,10 @@ <% end %>
+
+
<%= gettext "Nonce" %>
+
<%= @transaction.nonce %>
+
@@ -78,10 +82,6 @@
<%= gettext "Cumulative Gas Used" %>
<%= @transaction.cumulative_gas_used %>
-
-
<%= gettext "Nonce" %>
-
<%= @transaction.nonce %>
-
<%= gettext "Input" %>
<%= @transaction.input %>