Merge pull request #3161 from betagouv/dev

2018-12-11-01
This commit is contained in:
Frederic Merizen 2018-12-11 22:06:50 +01:00 committed by GitHub
commit 13a202fe93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -18,7 +18,6 @@
Vous pouvez Vous pouvez
%b le modifier %b le modifier
et et
%b échanger avec un instructeur %b échanger avec un instructeur.
lors de sa construction et de son instruction
= link_to 'Accéder à votre dossier', dossier_path(@dossier), class: 'button large primary' = link_to 'Accéder à votre dossier', dossier_path(@dossier), class: 'button large primary'

View file

@ -93,7 +93,7 @@ Rails.application.configure do
# the I18n.default_locale when a translation cannot be found). # the I18n.default_locale when a translation cannot be found).
config.i18n.fallbacks = true config.i18n.fallbacks = true
config.active_storage.service = :clever_cloud config.active_storage.service = :openstack
# Send deprecation notices to registered listeners. # Send deprecation notices to registered listeners.
config.active_support.deprecation = :notify config.active_support.deprecation = :notify