Sha256: 6822f0e83c20f732fe8bc02d7a919b0b666dcdff5647556e2ec89352e1a5484e
Contents?: true
Size: 509 Bytes
Versions: 13
Compression:
Stored size: 509 Bytes
Contents
page.replace_html 'flickr-image-container', :partial => 'admin/flickrs/photo', :collection => @flickr_result page.insert_html :bottom, 'flickr-image-container', link_to_remote( '< Previous', :url => admin_flickrs_path(:page => @flickr_result.page - 1), :method => :get) unless @flickr_result.page == 1 page.insert_html :bottom, 'flickr-image-container', link_to_remote( 'Next >', :url => admin_flickrs_path(:page => @flickr_result.page + 1), :method => :get) unless @flickr_result.page == @flickr_result.pages
Version data entries
13 entries across 13 versions & 1 rubygems