Skip to content

Commit

Permalink
Merge pull request blockscout#5216 from blockscout/np-fix-token-trans…
Browse files Browse the repository at this point in the history
…fers-tile

Add token-transfers-toggle.js to the `block_transaction/index.html.eex`
  • Loading branch information
vbaranov authored and jagdeep sidhu committed Feb 18, 2022
1 parent 0c1d9e0 commit 6e15f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [#4690](https://github.com/blockscout/blockscout/pull/4690) - Improve pagination: introduce pagination with random access to pages; Integrate it to the Transactions List page

### Fixes
- [#5216](https://github.com/blockscout/blockscout/pull/5216) - Add token-transfers-toggle.js to the `block_transaction/index.html.eex`
- [#5212](https://github.com/blockscout/blockscout/pull/5212) - Fix `gas_used` value bug
- [#5197](https://github.com/blockscout/blockscout/pull/5197) - Fix contract functions outputs
- [#5196](https://github.com/blockscout/blockscout/pull/5196) - Various Docker setup fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@

</div>
<script defer data-cfasync="false" src="<%= static_path(@conn, "/js/async-listing-load.js") %>"></script>
<script defer data-cfasync="false" src="<%= static_path(@conn, "/js/token-transfers-toggle.js") %>"></script>
</section>
</section>

0 comments on commit 6e15f75

Please sign in to comment.