alphagov / e-petitions

This is the code base for the UK Government's e-petitions service (https://petition.parliament.uk)
https://petition.parliament.uk
MIT License
306 stars 78 forks source link

Fix enabling/disabling of signature bulk actions in admin view #938

Closed pixeltrix closed 3 months ago

pixeltrix commented 3 months ago

Rails 7.1 changed the button_to method to generate <button></button> and not <input type="submit">.