Fix pages broken by previous commit

pull/1154/head
William Sanches 6 years ago
parent b2b5fa503e
commit fa05e039bb
No known key found for this signature in database
GPG Key ID: 27250E49FB133014
  1. 2
      apps/block_scout_web/lib/block_scout_web/templates/address_internal_transaction/index.html.eex
  2. 2
      apps/block_scout_web/lib/block_scout_web/templates/address_token_transfer/index.html.eex
  3. 2
      apps/block_scout_web/lib/block_scout_web/templates/tokens/holder/index.html.eex
  4. 2
      apps/block_scout_web/lib/block_scout_web/templates/tokens/transfer/index.html.eex

@ -7,7 +7,7 @@
<%= render BlockScoutWeb.AddressView, "_tabs.html", assigns %>
</div>
<div class="card-body" data-async-listing="<%= @current_path %>">
<div class="card-body" data-async-load data-async-listing="<%= @current_path %>">
<div data-selector="channel-batching-message" style="display: none;">
<div data-selector="reload-button" class="alert alert-info">
<a href="#" class="alert-link"><span data-selector="channel-batching-count"></span> <%= gettext "More internal transactions have come in" %></a>

@ -7,7 +7,7 @@
<%= render BlockScoutWeb.AddressView, "_tabs.html", assigns %>
</div>
<div data-async-listing="<%= @current_path %>" class="card-body">
<div data-async-load data-async-listing="<%= @current_path %>" class="card-body">
<h2 class="card-title">
<span class="text-muted"><%= gettext "Tokens" %></span> / <%= token_name(@token) %>
</h2>

@ -16,7 +16,7 @@
</div>
<!-- Token Holders -->
<div class="card-body" data-async-listing="<%= @current_path %>">
<div class="card-body" data-async-load data-async-listing="<%= @current_path %>">
<h2 class="card-title"><%= gettext "Token Holders" %></h2>
<button data-error-message class="alert alert-danger col-12 text-left" style="display: none;">

@ -15,7 +15,7 @@
<%= render OverviewView, "_tabs.html", assigns %>
</div>
<div class="card-body" data-async-listing="<%= @current_path %>">
<div class="card-body" data-async-load data-async-listing="<%= @current_path %>">
<h2 class="card-title"><%= gettext "Token Transfers" %></h2>
<button data-error-message class="alert alert-danger col-12 text-left" style="display: none;">
<span href="#" class="alert-link"><%= gettext("Something went wrong, click to reload.") %></span>

Loading…
Cancel
Save