From 86b6336ea626c8b7ab25007ee1585b86c92c34c8 Mon Sep 17 00:00:00 2001 From: Gustavo Santos Ferreira Date: Tue, 4 Dec 2018 11:11:25 -0200 Subject: [PATCH] add missing selector --- .../templates/address_internal_transaction/index.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/block_scout_web/lib/block_scout_web/templates/address_internal_transaction/index.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/address_internal_transaction/index.html.eex index 79167f5c9b..b726250c2c 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/address_internal_transaction/index.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/address_internal_transaction/index.html.eex @@ -1,7 +1,7 @@
<%= render BlockScoutWeb.AddressView, "overview.html", assigns %> -
+
<%= render BlockScoutWeb.AddressView, "_tabs.html", assigns %>