From 60532fbbba7fb2def56beacb82284e6699422dae Mon Sep 17 00:00:00 2001 From: katibest Date: Fri, 6 Jul 2018 11:38:09 -0400 Subject: [PATCH] Placed filter in the right spot when there are no internal transactions --- .../templates/address_internal_transaction/index.html.eex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/explorer_web/lib/explorer_web/templates/address_internal_transaction/index.html.eex b/apps/explorer_web/lib/explorer_web/templates/address_internal_transaction/index.html.eex index bcd889c6bd..9b62af2122 100644 --- a/apps/explorer_web/lib/explorer_web/templates/address_internal_transaction/index.html.eex +++ b/apps/explorer_web/lib/explorer_web/templates/address_internal_transaction/index.html.eex @@ -108,9 +108,8 @@ ) %> +

<%= gettext "Internal Transactions" %>

<%= if Enum.count(@internal_transactions) > 0 do %> -

<%= gettext "Internal Transactions" %>

- <%= for internal_transaction <- @internal_transactions do %> <%= render "_internal_transaction.html", locale: @locale, address: @address, internal_transaction: internal_transaction %> <% end %>