Skip to content

Instantly share code, notes, and snippets.

@maecha
Last active April 3, 2018 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maecha/9899ead899e41269d02fa82ef67a2bda to your computer and use it in GitHub Desktop.
Save maecha/9899ead899e41269d02fa82ef67a2bda to your computer and use it in GitHub Desktop.
Font-awesome in AdminLTE ver2 (with Bootstrap 3.3.6) | Ruby on Rails 5.1.2
:
*= require_self
*= require_tree .
*= require font-awesome
:
*= require admin-lte/bootstrap/css/bootstrap.min
*= require admin-lte/dist/css/AdminLTE.min
:
i.fa.fa-dashboard
span
'Dashboard
gem 'font-awesome-rails'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment