codecation/trailmix

View on GitHub
app/views/kaminari/_prev_page.html.erb

Summary

Maintainability
Test Coverage
<li class="<%= ' disabled' if current_page.first? %>">
  <%= link_to "Newer &rarr;".html_safe,
    current_page.first? ? "#" : url,
    :remote => remote
  %>
</li>