Remove coming soon block on homepage for now

pull/199/head
jimmay5469 7 years ago
parent 8b0389282c
commit 2f3f2ad85b
  1. 2
      apps/explorer/lib/explorer/chain/statistics.ex
  2. 6
      apps/explorer_web/lib/explorer_web/templates/chain/_blocks.html.eex

@ -120,7 +120,7 @@ defmodule Explorer.Chain.Statistics do
join: block in assoc(transaction, :block),
order_by: [desc: block.number],
preload: [:from_address, :to_address, block: block],
limit: 6
limit: 5
)
%__MODULE__{

@ -12,12 +12,6 @@
<th><%= gettext "Validator" %></th>
</thead>
<tbody>
<tr>
<td colspan="5">
<i class="fas fa-spinner fa-pulse"></i>
Coming soon
</td>
</tr>
<%= for block <- @chain.blocks do %>
<tr>
<td>

Loading…
Cancel
Save