31
我有這樣的形式:引導圖標導軌形式
<%= form_tag(user_pages_path(current_user), :method => "get") do %>
<%= text_field_tag :update, 'yes', type: "hidden" %>
<%= submit_tag "Update list", :class => "btn btn-default" %>
<% end %>
,我想包括在按鈕的圖標。我使用的引導,所以我必須包括此代碼:
<i class=" icon-repeat"></i>
¿有關如何在表單中添加按鈕的代碼的任何想法?
我的回答http://stackoverflow.com/a/14796690/1297435 – 2013-02-21 12:33:28