Skip to content

Commit

Permalink
Merge pull request #2506 from poanetwork/api-menu-item
Browse files Browse the repository at this point in the history
Fix a bug with active tab
  • Loading branch information
vbaranov authored Aug 8, 2019
2 parents 951d3e3 + ba6433d commit 4aabe10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [#2515](https://github.com/poanetwork/blockscout/pull/2515) - do not aggregate NFT token transfers
- [#2512](https://github.com/poanetwork/blockscout/pull/2512) - alert link fix
- [#2508](https://github.com/poanetwork/blockscout/pull/2508) - logs view columns fix
- [#2506](https://github.com/poanetwork/blockscout/pull/2506) - fix two active tab in the top menu
- [#2503](https://github.com/poanetwork/blockscout/pull/2503) - Mitigate autocompletion library influence to page loading performance
- [#2502](https://github.com/poanetwork/blockscout/pull/2502) - increase reward task timeout
- [#2463](https://github.com/poanetwork/blockscout/pull/2463) - dark theme fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
) %>
<%= link(
gettext("Eth RPC"),
class: "dropdown-item #{tab_status("api_docs", @conn.request_path)}",
class: "dropdown-item #{tab_status("eth_rpc_api_docs", @conn.request_path)}",
to: api_docs_path(@conn, :eth_rpc)
) %>
</div>
Expand Down

0 comments on commit 4aabe10

Please sign in to comment.