fix gettext

pull/1974/head
Ayrat Badykov 6 years ago
parent 8cef7957d7
commit f7ec7206d8
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 1
      apps/block_scout_web/lib/block_scout_web/controllers/address_controller.ex
  2. 8
      apps/block_scout_web/lib/block_scout_web/templates/address/index.html.eex

@ -2,7 +2,6 @@ defmodule BlockScoutWeb.AddressController do
use BlockScoutWeb, :controller
import BlockScoutWeb.Chain, only: [paging_options: 1, next_page_params: 3, split_list_by_page: 1]
import BlockScoutWeb.PaginationHelpers
alias BlockScoutWeb.AddressView
alias Explorer.{Chain, Market}

@ -7,14 +7,6 @@
<div data-items data-selector="top-addresses-list"></div>
<div data-loading-message class="tile tile-muted text-center mt-3" style="display: none;">
<span class="loading-spinner-small mr-2">
<span class="loading-spinner-block-1"></span>
<span class="loading-spinner-block-2"></span>
</span>
<%= gettext("Loading") %>...
</div>
<%= render BlockScoutWeb.CommonComponentsView, "_pagination_container.html", position: "bottom", cur_page_number: "1", show_pagination_limit: true, data_next_page_button: true %>
</div>
</div>

Loading…
Cancel
Save