0
<%= link_to_remote "See more", :url => { :action => "activity", :page_current => (@page_current.to_i + 1), :user_id=>@suser_profile.id }, :update => "sup_activity_#{@page_current.to_s}", :position => :before %>
=>レール3のlink_toこれはリモートでリンクに変換する方法
:before:とremote: –
完了しました! – Daniel