2017-08-08 73 views
0

我目前使用c9在rails上開發Web服務w/ruby​​。我已經安裝了bootstrap和bootstrap-glyphicon gems。glyphicon不會在c9上顯示

問題是,使用相同的代碼行,一些glyphicons將顯示,但有些不會。 兩者的唯一區別是glyphicon類的名稱。

這是關於引導寶石(我應該嘗試使用CDN?)還是因爲目錄?

感謝您的幫助!

+1

能否請您發佈一些相關的代碼? –

回答

0

您還需要鏈接到glyphicon文件中的CSS像這樣

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

或HTML

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