# File lib/will_paginate/view_helpers.rb, line 311
    def page_link(page, text, attributes = {})
      @template.link_to text, url_for(page), attributes
    end