Sha256: 4e7ad684ad2fc87a6228b9b91c02d64136ae17c135ee1d8dcecb2f1638239de2

Contents?: true

Size: 1.01 KB

Versions: 9

Compression:

Stored size: 1.01 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 <%= "default" 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 <%= "default" if @currentPage == page %> <%= "disabled" if page == '...' %> page"><%= page %></a>
  <% end %>
  <% end %>
  <% if @lastPage > 1: %>
  <a href="#" class="button <%= "default" 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

9 entries across 9 versions & 1 rubygems

Version Path
iugu-ux-0.9.5 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-0.9.4 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-0.9.3 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-0.9.2 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-0.9.1 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-0.9.0 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-0.8.9 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-0.8.8 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco
iugu-ux-0.8.7 vendor/assets/javascripts/iugu-ux/components/presenters/iugu-ui-paginator.jst.eco