diff --git a/lib/cybele/app_builder.rb b/lib/cybele/app_builder.rb index 682acaa..5816bcc 100644 --- a/lib/cybele/app_builder.rb +++ b/lib/cybele/app_builder.rb @@ -403,10 +403,10 @@ def copy_files template 'app/views/layouts/hq/application.html.haml.erb', 'app/views/layouts/hq/application.html.haml', force: true remove_file 'app/views/layouts/login.html.haml', force: true template 'app/views/layouts/hq/login.html.haml.erb', 'app/views/layouts/hq/login.html.haml', force: true - remove_file 'app/views/layouts/partials/_navbar.html.haml', force: true - template 'app/views/layouts/partials/_navbar.html.haml.erb', 'app/views/layouts/partials/_navbar.html.haml', force: true - remove_file 'app/views/layouts/partials/_dock.html.haml', force: true - template 'app/views/layouts/partials/_dock.html.haml.erb', 'app/views/layouts/partials/_dock.html.haml', force: true + remove_file 'app/views/layouts/hq/partials/_navbar.html.haml', force: true + template 'app/views/layouts/hq/partials/_navbar.html.haml.erb', 'app/views/layouts/hq/partials/_navbar.html.haml', force: true + remove_file 'app/views/layouts/hq/partials/_dock.html.haml', force: true + template 'app/views/layouts/hq/partials/_dock.html.haml.erb', 'app/views/layouts/hq/partials/_dock.html.haml', force: true # Mailer layout files template 'app/views/layouts/mailer.html.haml.erb', 'app/views/layouts/mailer.html.haml', force: true diff --git a/templates/app/views/layouts/hq/partials/_dock.haml b/templates/app/views/layouts/hq/partials/_dock.html.haml.erb similarity index 100% rename from templates/app/views/layouts/hq/partials/_dock.haml rename to templates/app/views/layouts/hq/partials/_dock.html.haml.erb