Skip to content

Commit

Permalink
Merge pull request blockscout#8 from mantlenetworkio/develop
Browse files Browse the repository at this point in the history
blockscout#212 fix: recent l2 tx display on txb batches page
  • Loading branch information
guoshijiang committed Nov 11, 2022
2 parents 6fd728d + 78331a2 commit a005bd3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</span>

</div>
<div data-selector="transactions-list" data-items>
<div data-selector="transactions-list" data-items class="recent-tx-list-page">
<%= render BlockScoutWeb.CommonComponentsView, "_tile-loader.html" %>
</div>
<%= render BlockScoutWeb.CommonComponentsView, "_rap_pagination_container.html", position: "bottom" %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
Time Left
</span>
</div>
<div data-selector="transactions-list" data-items>
<div data-selector="transactions-list" data-items class="recent-tx-list-page">
<%= render BlockScoutWeb.CommonComponentsView, "_tile-loader.html" %>
</div>
<%= render BlockScoutWeb.CommonComponentsView, "_rap_pagination_container.html", position: "bottom" %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
Pre Total Elements
</span>
</div>
<div data-selector="transactions-list" data-items>
<div data-selector="transactions-list" data-items class="recent-tx-list-page">
<%= render BlockScoutWeb.CommonComponentsView, "_tile-loader.html" %>
</div>
<%= render BlockScoutWeb.CommonComponentsView, "_rap_pagination_container.html", position: "bottom" %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
Pre Total Elements
</span>
</div>
<div data-selector="txn-batch-list" data-items>
<div data-selector="txn-batch-list" data-items class="recent-tx-list-page">
<%= render BlockScoutWeb.CommonComponentsView, "_tile-loader.html" %>
</div>
<%= render BlockScoutWeb.CommonComponentsView, "_rap_pagination_container.html", position: "bottom" %>
Expand Down

0 comments on commit a005bd3

Please sign in to comment.