glyphicon不会显示在c9上

时间:2017-08-08 08:27:54

标签: ruby glyphicons

我目前正在使用c9在rails上开发带ruby的web服务。我已经安装了bootstrap和bootstrap-glyphicon gems。

问题是,使用相同的代码行,会显示一些glyphicons,但有些不会。 两者之间的唯一区别是glyphicon类名。

这与bootstrap gem有关(我应该尝试使用CDN吗?)还是因为目录?

感谢您的帮助!

1 个答案:

答案 0 :(得分:0)

您还需要链接到css中的glyphicon文件,如此

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css" rel="stylesheet">

或在HTML

{{1}}