Sha256: 78be19cd6a44f30273f8e0505e6e557500916f1462525aae4fed30f972d941eb

Contents?: true

Size: 499 Bytes

Versions: 8

Compression:

Stored size: 499 Bytes

Contents

# Copyright (c) 2008-2013 Michael Dvorkin and contributors.
#
# Fat Free CRM is freely distributable under the terms of MIT license.
# See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
module RemoteLinkPaginationHelper
  class LinkRenderer < WillPaginate::ActionView::LinkRenderer
    def link(text, target, attributes = {})
      attributes['data-remote'] = true
      super
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fat_free_crm-0.15.2 app/helpers/remote_link_pagination_helper.rb
fat_free_crm-0.16.4 app/helpers/remote_link_pagination_helper.rb
fat_free_crm-0.15.1 app/helpers/remote_link_pagination_helper.rb
fat_free_crm-0.16.3 app/helpers/remote_link_pagination_helper.rb
fat_free_crm-0.16.2 app/helpers/remote_link_pagination_helper.rb
fat_free_crm-0.16.1 app/helpers/remote_link_pagination_helper.rb
fat_free_crm-0.16.0 app/helpers/remote_link_pagination_helper.rb
fat_free_crm-0.15.0 app/helpers/remote_link_pagination_helper.rb