Skip to content

refactor: clean up link_to extension in modalbox helper

azul requested to merge refactor/link-to-modal into master

We used to have two different ways of adding confirm dialogs to links. Either by including it in the url_option or the html_options.

There is no point to this. Simplified by removing the former option which also introduced a different link_to signature.

Merge request reports