From 6183eac5885b0d25149aac9de726e7eed5eda4df Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Wed, 24 Jul 2019 14:34:30 +0300 Subject: [PATCH] Fix hiding of loader for txs on the main page --- CHANGELOG.md | 1 + .../lib/block_scout_web/templates/chain/show.html.eex | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e35a980ec..404c89b1c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - [#2324](https://github.com/poanetwork/blockscout/pull/2324) - set timeout for loading message on the main page ### Fixes +- [#2421](https://github.com/poanetwork/blockscout/pull/2421) - Fix hiding of loader for txs on the main page - [#2416](https://github.com/poanetwork/blockscout/pull/2416) - Fix "page not found" handling in the router - [#2410](https://github.com/poanetwork/blockscout/pull/2410) - preload smart contract for logs decoding - [#2405](https://github.com/poanetwork/blockscout/pull/2405) - added templates for table loader and tile loader diff --git a/apps/block_scout_web/lib/block_scout_web/templates/chain/show.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/chain/show.html.eex index 69d1f8b6ed..53b21cb3fa 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/chain/show.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/chain/show.html.eex @@ -117,7 +117,9 @@ <%= gettext "Something went wrong, click to retry." %> - <%= render BlockScoutWeb.CommonComponentsView, "_tile-loader.html" %> +