我正在阅读Agile Web Development with Rails这本书,但我一直在使用 Twitter Bootstrap 而不是书中的自定义样式。我无法通过 GLyphonics 将图标添加到button_to方法。我的代码如下所示:
<%= button_to <i class="icon-search icon-white">Add To Cart</i>,
line_items_path(product_id: product),
class: "btn btn-success" %>
我已经尝试了很多变体,但似乎无法让它正常工作。