From fca1f15dc3010d5a7c7417a4167fe8f6d67ecd46 Mon Sep 17 00:00:00 2001 From: natlg Date: Tue, 11 Dec 2018 12:49:28 -0800 Subject: [PATCH] Fix displayed address length --- .../templates/address/_responsive_hash.html.eex | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/apps/block_scout_web/lib/block_scout_web/templates/address/_responsive_hash.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/address/_responsive_hash.html.eex index 23e05644f8..f88f689a46 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/address/_responsive_hash.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/address/_responsive_hash.html.eex @@ -1,11 +1,6 @@ <%= if name = primary_name(@address) do %> - <%= if assigns[:truncate] do %> - <%= name %> (<%= short_hash(@address) %>...) - <% else %> - <%= name %> (<%= @address.hash %>) - <%= name %> (<%= BlockScoutWeb.AddressView.trimmed_hash(@address.hash) %>) - <% end %> + <%= name %> (<%= short_hash(@address) %>...) <% else %> <%= if assigns[:truncate] do %> <%= BlockScoutWeb.AddressView.trimmed_hash(@address.hash) %>