commit
13a202fe93
2 changed files with 2 additions and 3 deletions
|
@ -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'
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue