Integrating AdminLTE into Ruby on Rails

后端 未结 2 883
萌比男神i
萌比男神i 2021-02-06 17:56

I\'m new to Ruby on Rails and wanted to install a free template called AdminLTE. It allows you to easily create App (front-end).

I wanted to integrate it into Rails but

2条回答
  •  臣服心动
    2021-02-06 18:38

    Don't need to copy 'skin-blue.css' into

    vendor/assets/stylesheets/
    

    Paste the following to app/assets/stylesheets/application.css

    //= require adminlte/skins/skin-blue
    

提交回复
热议问题