<a class="btn btn-primary pull-right" href="#">Sign up
<span class="glyphicon glyphicon-circle-arrow-right-right"></span>
</a>
上面代码里面嵌入了一个标签如何转换成 erb
link_to 用 do end block 把 span 放進來
http://api.rubyonrails.org/classes/ActionView/Helpers/UrlHelper.html#method-i-link_to
这个链接是 haml to erb 的,你要先把 html to haml. http://htmltohaml.com/. 另外这只是个思路。你自己也要想想啊。
谁会写的帮我写下吧,有好几个这样代码写了一下午了,<%= t('support_center') %> 还有这样的,实在是不会写有会写的帮忙写下吧万分感谢
<%= link_to "#",class:"btn btn-primary pull-right" do %>
<%= 'Sign up' %>
<%= content_tag(:span,'',class:"glyphicon glyphicon-circle-arrow-right-right") %>
<% end %>