|
|
|
@ -6,7 +6,11 @@ |
|
|
|
|
<a href="#" class="alert-link"><%= gettext "Connection Lost, click to load newer blocks" %></a> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<h1 class="card-title"><%= gettext("%{block_type}s", block_type: @block_type) %></h1> |
|
|
|
|
|
|
|
|
|
<%= render BlockScoutWeb.CommonComponentsView, "_pagination_container.html", position: "top", prev_page_path: "#", next_page_path: "#", cur_page_number: "1", show_pagination_limit: true %> |
|
|
|
|
|
|
|
|
|
<div data-loading-message class="tile tile-muted text-center mt-3"> |
|
|
|
|
<span class="loading-spinner-small mr-2"> |
|
|
|
|
<span class="loading-spinner-block-1"></span> |
|
|
|
@ -18,10 +22,15 @@ |
|
|
|
|
<div data-empty-response-message style="display: none;"> |
|
|
|
|
<span><%= gettext "There are no blocks." %></span> |
|
|
|
|
</div> |
|
|
|
|
</span> |
|
|
|
|
|
|
|
|
|
<%= render BlockScoutWeb.CommonComponentsView, "_pagination_container.html", position: "bottom", prev_page_path: "#", next_page_path: "#", cur_page_number: "1", show_pagination_limit: true %> |
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
<a href="#" class="button button-secondary button-small float-right mt-4" data-next-page-button style="display: none;"> |
|
|
|
|
<%= gettext("Older") %> |
|
|
|
|
</a> |
|
|
|
|
--> |
|
|
|
|
|
|
|
|
|
<div class="button button-secondary button-small float-right mt-4" data-loading-button style="display: none;"> |
|
|
|
|
<span class="loading-spinner-small mr-2"> |
|
|
|
|
<span class="loading-spinner-block-1"></span> |
|
|
|
@ -29,6 +38,7 @@ |
|
|
|
|
</span> |
|
|
|
|
<%= gettext("Loading") %>... |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</section> |
|
|
|
|