commit
13a202fe93
2 changed files with 2 additions and 3 deletions
|
@ -18,7 +18,6 @@
|
|||
Vous pouvez
|
||||
%b le modifier
|
||||
et
|
||||
%b échanger avec un instructeur
|
||||
lors de sa construction et de son instruction
|
||||
%b échanger avec un instructeur.
|
||||
|
||||
= 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).
|
||||
config.i18n.fallbacks = true
|
||||
|
||||
config.active_storage.service = :clever_cloud
|
||||
config.active_storage.service = :openstack
|
||||
|
||||
# Send deprecation notices to registered listeners.
|
||||
config.active_support.deprecation = :notify
|
||||
|
|
Loading…
Reference in a new issue