Bring back font-awesome-rails
we need it untill we remove all the old admin pages
This commit is contained in:
parent
ebfa294755
commit
7c34795a1a
3 changed files with 5 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -28,6 +28,7 @@ gem 'dotenv-rails', require: 'dotenv/rails-now' # dotenv should always be loaded
|
||||||
gem 'flipper'
|
gem 'flipper'
|
||||||
gem 'flipper-active_record'
|
gem 'flipper-active_record'
|
||||||
gem 'flipper-ui'
|
gem 'flipper-ui'
|
||||||
|
gem 'font-awesome-rails'
|
||||||
gem 'fugit'
|
gem 'fugit'
|
||||||
gem 'geocoder'
|
gem 'geocoder'
|
||||||
gem 'gon'
|
gem 'gon'
|
||||||
|
|
|
@ -236,6 +236,8 @@ GEM
|
||||||
fog-core (~> 2.1)
|
fog-core (~> 2.1)
|
||||||
fog-json (>= 1.0)
|
fog-json (>= 1.0)
|
||||||
ipaddress (>= 0.8)
|
ipaddress (>= 0.8)
|
||||||
|
font-awesome-rails (4.7.0.5)
|
||||||
|
railties (>= 3.2, < 6.1)
|
||||||
formatador (0.2.5)
|
formatador (0.2.5)
|
||||||
fugit (1.3.3)
|
fugit (1.3.3)
|
||||||
et-orbi (~> 1.1, >= 1.1.8)
|
et-orbi (~> 1.1, >= 1.1.8)
|
||||||
|
@ -751,6 +753,7 @@ DEPENDENCIES
|
||||||
flipper
|
flipper
|
||||||
flipper-active_record
|
flipper-active_record
|
||||||
flipper-ui
|
flipper-ui
|
||||||
|
font-awesome-rails
|
||||||
fugit
|
fugit
|
||||||
geocoder
|
geocoder
|
||||||
gon
|
gon
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
// = require attestation_template_edit
|
// = require attestation_template_edit
|
||||||
|
|
||||||
// = require_self
|
// = require_self
|
||||||
|
// = require font-awesome
|
||||||
// = require leaflet
|
// = require leaflet
|
||||||
// = require franceconnect
|
// = require franceconnect
|
||||||
// = require bootstrap-wysihtml5
|
// = require bootstrap-wysihtml5
|
||||||
|
|
Loading…
Reference in a new issue