tkymtk's blog

Ruby on Rails及びその周辺について調べたこと。Do whatever you want to do at your own pace.

Rails form の submit ボタンにbootstrapのglyphiconをつける

対処

button_tag を使う

コード

<%= button_tag( class: "btn btn-primary") do %>
    <%= content_tag :span, "Submit", class: "glyphicon glyphicon-plus" %>
<% end %>
間違いがあれば、ご指摘下さると幸いです。