prix-fixe

Expand History Expand History
Collapse History Collapse History

Replace <button> with #submit invocation

This commit refactors the View layer’s notes#new template by replacing a hard-coded <button> element with a call to ActionView::Helpers::FormBuilder#submit.

When we run the test suite again, it still passes.