Skip to content

replace link_to_remote in pagination

azul requested to merge wiki-version-without-link_to_remote into master

Added two data attributes:

  • data-spin: show that element while the ajax request runs
  • data-update: update that element with the result of the request

Merge request reports