slim + simple_form でボタンを Font Awesome アイコンにしたいときは button にする 2018-10-12 00:00 tech 個人的なメモ = simple_form_for(:hoge, url: hoge_path) do |f| = f.button :button, 'archive', type: 'submit', class: 'btn btn-outline-secondary' i.fas.fa-archive"