Migrate to font-awesome 5.0. (#8799)
This commit is contained in:
parent
15fc2b76f9
commit
8bae14591b
47 changed files with 102 additions and 102 deletions
|
@ -55,7 +55,7 @@ describe ApplicationHelper do
|
|||
|
||||
describe 'fa_icon' do
|
||||
it 'returns a tag of fixed-width cog' do
|
||||
expect(helper.fa_icon('cog fw')).to eq '<i class="fa fa-cog fa-fw"></i>'
|
||||
expect(helper.fa_icon('cog fw')).to eq '<i class="fas fa-cog fa-fw"></i>'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue