From 3f97d3f6a52b91a23f90be211900918c32649bfe Mon Sep 17 00:00:00 2001 From: katibest Date: Wed, 11 Jul 2018 16:02:52 -0400 Subject: [PATCH] Added placeholder to pending contract creation --- .../lib/explorer_web/templates/address/_link.html.eex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/explorer_web/lib/explorer_web/templates/address/_link.html.eex b/apps/explorer_web/lib/explorer_web/templates/address/_link.html.eex index 31c6f8abe8..5139f85273 100644 --- a/apps/explorer_web/lib/explorer_web/templates/address/_link.html.eex +++ b/apps/explorer_web/lib/explorer_web/templates/address/_link.html.eex @@ -8,4 +8,6 @@ <%= render ExplorerWeb.AddressView, "_responsive_hash.html", address_hash: @address_hash %> <% end %> <% end %> +<% else %> + Contract Address Pending <% end %>