From 5645fe9ea3f2c3924c12872e52494ee40f84f52e Mon Sep 17 00:00:00 2001 From: Lucas Narciso Date: Mon, 13 Aug 2018 14:03:38 -0300 Subject: [PATCH] Add token type to summary box in the Token page --- .../lib/block_scout_web/templates/token/show.html.eex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/block_scout_web/lib/block_scout_web/templates/token/show.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/token/show.html.eex index 80b02bdcd4..d97ff98bbe 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/token/show.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/token/show.html.eex @@ -15,7 +15,8 @@

<%= to_string(@token.contract_address_hash) %>

- <%= @total_address_in_token_transfers %> <%= gettext "addresses" %> + <%= @token.type %> + <%= @total_address_in_token_transfers %> <%= gettext "addresses" %> <%= @total_token_transfers %> <%= gettext "Transfers" %> <%= if decimals?(@token) do %> <%= @token.decimals %> <%= gettext "decimals" %>