What I want to do: I want to embed an icon in a button_to helper as shown below.
It’s easy to do using a block.
<%= button_to new_user_registration_path, :class => 'ui button', :method => :get do %>
<i class="bookmark icon"></i> Bookmark
<% end %>