dynamic CGU page
This commit is contained in:
parent
eb64e04aba
commit
40a792bd13
1 changed files with 5 additions and 1 deletions
|
@ -98,7 +98,8 @@ set :shared_paths, [
|
|||
'config/france_connect.yml',
|
||||
'config/initializers/mailjet.rb',
|
||||
'config/initializers/storage_url.rb',
|
||||
'app/views/root/landing.html.haml'
|
||||
'app/views/root/landing.html.haml',
|
||||
'app/views/cgu/index.html.haml'
|
||||
]
|
||||
|
||||
|
||||
|
@ -139,6 +140,9 @@ task :setup => :environment do
|
|||
queue! %[mkdir -p "#{deploy_to}/shared/app"]
|
||||
queue! %[chmod g+rx,u+rwx "#{deploy_to}/shared/app"]
|
||||
|
||||
queue! %[mkdir -p "#{deploy_to}/shared/views/cgu"]
|
||||
queue! %[chmod g+rx,u+rwx "#{deploy_to}/shared/views/cgu"]
|
||||
|
||||
queue! %[mkdir -p "#{deploy_to}/shared/config/locales/dynamics"]
|
||||
queue! %[chmod g+rx,u+rwx "#{deploy_to}/shared/config/locales/dynamics"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue