Skip to content

Instantly share code, notes, and snippets.

@lcpriest
Created October 15, 2013 21:35
Show Gist options
  • Select an option

  • Save lcpriest/6999049 to your computer and use it in GitHub Desktop.

Select an option

Save lcpriest/6999049 to your computer and use it in GitHub Desktop.

Revisions

  1. @Lachlanp Lachlanp created this gist Oct 15, 2013.
    6 changes: 6 additions & 0 deletions index.js.erb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    $('#collection').append("<%= j render partial: 'partial', collection: @collection %>");
    <% if @collection.next_page %>
    $('.pagination').replaceWith('<%= j will_paginate(@collection) %>');
    <% else %>
    $('.pagination').remove();
    <% end %>