openaustralia/planningalerts

View on GitHub
app/components/tailwind/simple_pager/prev.html.erb

Summary

Maintainability
Test Coverage
<% if path_to_prev_page(@collection) %>
  <div class="text-xl">
    <%= pa_link_to "&lsaquo; Previous page".html_safe, path_to_prev_page(@collection) %>
  </div>
<% end %>