Home

Pages Classes Methods

    Pages

    • LICENSE
    • README.markdown
    • application.js
    • jquery-1.7.1.min.js
    • jquery.relatize_date.js
    • reset.css
    • style.css
    • enqueued.haml
    • error.haml
    • failed.haml
    • job.haml
    • layout.haml
    • next_more.haml
    • overview.haml
    • pending.haml
    • stats.haml
    • working.haml
    • if start - per_page >= 0 || start + per_page <= total_size %p.pagination

      - if start - per_page >= 0
        %a{:href => "#{current_page}?start=#{start - per_page}", :class => 'less'} &laquo; less
      - if start + per_page < total_size
        %a{:href => "#{current_page}?start=#{start + per_page}", :class => 'more'} more &raquo;

    Validate

    Generated by RDoc 6.4.0.

    Based on Darkfish by Michael Granger.