Fix button missing type
Summary
Bootlint is reporting that there are occurrences where <button>
is missing a type
attribute
Steps to reproduce
This is found on the issue page (like this one) and the merge request detail page. The bootlint warning is only displayed when gitlab is running in development mode.
Expected behavior
(What you should see instead)
Relevant logs and/or screenshots
Possible fixes
Add type: "button"