button
element
.style-guide__example-block
= button_tag 'Button'
.style-guide__example-block
= button_tag 'Reset Button', class: 'button-reset'
%p should work with an input
element
.style-guide__example-block
= submit_tag 'Button'
.style-guide__example-block
= submit_tag 'Reset Button', class: 'button-reset'