Skip to content
New issue

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

Use content_tag instead of button_tag for buttons #479

Merged
merged 2 commits into from Aug 10, 2018

Commits on Aug 10, 2018

  1. Use content_tag instead of button_tag for buttons

    When using a button to submit a GET form, the button element becomes an
    unwanted parameter sent to the server. The button_tag helper sets two
    attributes: name ('button') and type ('submit'), the former being the
    cause of the issue and the latter being something we can set manually.
    Ben Thorner committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    03753a3 View commit details
    Browse the repository at this point in the history
  2. Increment version

    Ben Thorner committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    d23d2e3 View commit details
    Browse the repository at this point in the history