Skip to content

Commit 4aabe10

Browse files
authored
Merge pull request #2506 from poanetwork/api-menu-item
Fix a bug with active tab
2 parents 951d3e3 + ba6433d commit 4aabe10

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- [#2515](https://github.com/poanetwork/blockscout/pull/2515) - do not aggregate NFT token transfers
1111
- [#2512](https://github.com/poanetwork/blockscout/pull/2512) - alert link fix
1212
- [#2508](https://github.com/poanetwork/blockscout/pull/2508) - logs view columns fix
13+
- [#2506](https://github.com/poanetwork/blockscout/pull/2506) - fix two active tab in the top menu
1314
- [#2503](https://github.com/poanetwork/blockscout/pull/2503) - Mitigate autocompletion library influence to page loading performance
1415
- [#2502](https://github.com/poanetwork/blockscout/pull/2502) - increase reward task timeout
1516
- [#2463](https://github.com/poanetwork/blockscout/pull/2463) - dark theme fixes

apps/block_scout_web/lib/block_scout_web/templates/layout/_topnav.html.eex

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
) %>
9191
<%= link(
9292
gettext("Eth RPC"),
93-
class: "dropdown-item #{tab_status("api_docs", @conn.request_path)}",
93+
class: "dropdown-item #{tab_status("eth_rpc_api_docs", @conn.request_path)}",
9494
to: api_docs_path(@conn, :eth_rpc)
9595
) %>
9696
</div>

0 commit comments

Comments
 (0)