Twitter bootstrap 引导:glyphicon三角形底部未显示

Twitter bootstrap 引导:glyphicon三角形底部未显示,twitter-bootstrap,Twitter Bootstrap,我有一个引导图示符三角形底部的简单实例 放置在我无法显示的rails视图中。它使用的是另一个glyphicon,但不是这个 #who_we_are .text#who_text =link_to(who_we_are_path) do %h2 =t 'who_we_are_header' %p =t 'who_we_are' .glyphicon.glyphicon-triangle-bottom 3.3.3

我有一个引导图示符三角形底部的简单实例 放置在我无法显示的rails视图中。它使用的是另一个glyphicon,但不是这个

#who_we_are  
  .text#who_text
    =link_to(who_we_are_path) do 
      %h2
        =t 'who_we_are_header'
      %p
        =t 'who_we_are'
      .glyphicon.glyphicon-triangle-bottom

3.3.3版中提供了引导图示符三角形底部

您使用的是哪个引导版本?@dyaa Bootstrap/sass 3.1.1,我想它使用的是引导版本3?当查看我的Rails应用程序编译的
应用程序.css
时,我没有看到任何与
三角形底部
相关的css,但我确实看到了显示的其他图标的css。是否有办法将
三角形底部添加到我的库中?