こんな感じでbutton_tagにsubmitのtypeを与えてやることで実装が可能です
1 2 3 4 5 | = button_tag type: 'submit', class: 'btn btn-regulation-link link-button action-container' do .py-4 %i.fas.fa-search-plus.fa-2x.my-2 .font-bold 詳しく知りたい |