We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
button_to is not a good choice for a get request.
button_to
The advantage is that it is easier to do a disabled version for button_to compared to link_to. So we have to figure out how to do that with a link_to.
link_to
Also needs change of the tests.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
button_to
is not a good choice for a get request.The advantage is that it is easier to do a disabled version for
button_to
compared tolink_to
.So we have to figure out how to do that with a
link_to
.Also needs change of the tests.
The text was updated successfully, but these errors were encountered: