<% unless current_page.first? %> <% uri = URI(url) %> <% uri.query = '' %>
  • <%= link_to_unless current_page.first?, t('views.pagination.first').html_safe, uri.to_s, :remote => remote %>
  • <% end %>