seratch/gistub

View on GitHub
app/views/gists/_page.html.erb

Summary

Maintainability
Test Coverage
<div id="gists">
  <%= paginate @gists, :remote => true, :window => 6, :params => {:action => 'page'} %>
  <%= render :partial => 'gists/list' %>
</div>