From 51af00ccfffc896c53eaf773f034793600aad207 Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Tue, 4 Aug 2020 11:34:50 +0300 Subject: [PATCH] Fix navbar menu at block not found page --- CHANGELOG.md | 1 + .../block_scout_web/templates/block_transaction/404.html.eex | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb481f0d26..e9dfddb009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### Features ### Fixes +- [#3220](https://github.com/poanetwork/blockscout/pull/3220) - Allow interaction with navbar menu at block-not-found page ### Chore diff --git a/apps/block_scout_web/lib/block_scout_web/templates/block_transaction/404.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/block_transaction/404.html.eex index 4db03be12d..5f87d8debb 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/block_transaction/404.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/block_transaction/404.html.eex @@ -9,4 +9,5 @@ Back Home - \ No newline at end of file + + \ No newline at end of file