tomkra / font_awesome5_rails

font_awesome_5_rails is font awesome 5 gem bundled for rails asset pipeline
https://fontawesome.com/
MIT License
158 stars 25 forks source link

Add fa_inline_icon helper method #67

Closed simmerz closed 3 years ago

simmerz commented 3 years ago

Fixes #63

simmerz commented 3 years ago

@tomkra I've just added a commit to change from using Rails.application.assets to the specific path of the GEM. This is because if Rails.application.config.assets.precompile is false, then Rails.application.assets is nil.

tomkra commented 3 years ago

Sorry for late response. Looks good to me :) Thank you, for your contribution.