Ruby on Rails Bootstrap Glyphicons not working

后端 未结 17 2052
Happy的楠姐
Happy的楠姐 2020-12-02 07:43

I have added bootstrap to my site. Here is the structure I am using. (I cannot whatsoever remove the bootstrap.css file since it I modified it to my liking).



        
17条回答
  •  一向
    一向 (楼主)
    2020-12-02 08:40

    In my index.html.slim file, I replaced span.glyphicon.glyphicon-calendar with span.fa.fa-calendar and it worked.

提交回复
热议问题