Sha256: 59b55d3e167d422fa8770477114c3407535c7da7a87e85c8041ed4922f8b1fb7
Contents?: true
Size: 427 Bytes
Versions: 62
Compression:
Stored size: 427 Bytes
Contents
<div class="pagination__button"> <% if (loading) { %> <button class="button" data-pagination-button="" disabled="disabled"> <%= I18n.t('workarea.storefront.pagination.loading_more') %> </button> <% } else { %> <a href="<%= nextPageUrl %>" class="button" data-pagination-button=""> <%= I18n.t('workarea.storefront.pagination.load_more') %> </a> <% } %> </div>
Version data entries
62 entries across 62 versions & 1 rubygems