Sha256: 7fd4ebcd9cfdd8b8e4b2d1108e887a790990d3ada40a16a9fc21e7f0d700ffb3

Contents?: true

Size: 1.02 KB

Versions: 28

Compression:

Stored size: 1.02 KB

Contents

<div class="button-group paginator">
  <% if @enableAdditionalButtons: %>
  <a href="#" class="button <%= "disabled" if @currentPage == @firstPage %> previous"><div class="iux-default-icon-arrow-left no-space"></div></a>
  <% end %>
  <a href="#" class="button <%= "selected" if @currentPage == @firstPage %> page"><%= @firstPage %></a>
  <% if @pageButtons?: %>
  <% @pageButtons[0] = '...' if (@currentPage - 3) > @firstPage %>
  <% @pageButtons[@pageButtons.length - 1] = '...' if (@currentPage + 3) < @lastPage %>
  <% for page in @pageButtons: %>
  <a href="#" class="button <%= "selected" if @currentPage == page %> <%= "disabled" if page == '...' %> page"><%= page %></a>
  <% end %>
  <% end %>
  <% if @lastPage > 1: %>
  <a href="#" class="button <%= "selected" if @currentPage == @lastPage %> page"><%= @lastPage %></a>
  <% end %>
  <% if @enableAdditionalButtons: %>
  <a href="#" class="button <%= "disabled" if @currentPage == @lastPage %> next"><div class="iux-default-icon-arrow-right no-space"></div></a>
  <% end %>
</div>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
iugu-ux-1.0.25 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.24 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.23 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.22 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.21 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.20 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.19 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.18 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.17 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.16 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.15 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.14 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.13 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.12 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.11 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.10 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.9 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.8 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.7 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-1.0.6 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco