Sha256: 3467a8495b46a2c7d33782b143921ec4a8f4784cb0e7a7dd0aff715b59ef4336
Contents?: true
Size: 617 Bytes
Versions: 14
Compression:
Stored size: 617 Bytes
Contents
- if @total_size > @count .pagination.pagination-right ul li class="#{'disabled' if @current_page == 1}" a href="#{url}?page=1" « - if @current_page > 1 li a href="#{url}?page=#{@current_page - 1}" #{@current_page - 1} li.disabled a href="#{url}?page=#{@current_page}" #{@current_page} - if @total_size > @current_page * @count li a href="#{url}?page=#{@current_page + 1}" #{@current_page + 1} li class="#{'disabled' if @total_size <= @current_page * @count}" a href="#{url}?page=#{(@total_size.to_f / @count).ceil}" »
Version data entries
14 entries across 14 versions & 2 rubygems