Rails4 - Bootstrap 3我的glyphicons渲染为空框

时间:2014-02-01 16:41:58

标签: ruby-on-rails-4 twitter-bootstrap-3 glyphicons

我在我的网站上丢失了我的Glyphicons,他们正被空盒子取代。我已经看过Bootstrap 3和Glyphicons的很多问题,但到目前为止,我找到的修复程序都没有帮助我。我最近升级到宝石'bootstrap-sass','〜> 3.1.0.0' 。我认为我的语法是正确的。是否有通往需要改变的Glyphicons的途径?

以下是我放置Glyphicons的三个地方:

<input type="text" class="form-control" placeholder="Search" name="search" id="search">
  <div class="input-group-btn">
    <button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button>
  </div>


<%= link_to pin, method: :delete, data: { confirm: 'Are you sure?' } do %>
  <span class="glyphicon glyphicon-trash"></span>
          Delete
<% end %>


<%= link_to root_path do %>
    <span class="glyphicon glyphicon-home"></span>
<% end %>

2 个答案:

答案 0 :(得分:0)

我不确定这是否是最好的选择,但我将其添加到我的CSS中:

@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css")

他们回来了!

答案 1 :(得分:0)

您也可以将其添加到scss文件中。

@import "bootstrap-sprockets";