Skip to content

Commit

Permalink
fix: copy app/views/application directory
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Aug 14, 2023
1 parent 6078d85 commit 80cf99e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions variants/backend-base/app/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

# Configure app/views
template "variants/backend-base/app/views/layouts/application.html.erb", "app/views/layouts/application.html.erb", force: true
copy_file "variants/backend-base/app/views/application/_flash.html.erb", "app/views/application/_flash.html.erb"
copy_file "variants/backend-base/app/views/application/_header.html.erb", "app/views/application/_header.html.erb"
directory "variants/backend-base/app/views/application", "app/views/application"
copy_file "variants/backend-base/app/views/home/index.html.erb", "app/views/home/index.html.erb"

# Configure app/helpers
Expand Down

0 comments on commit 80cf99e

Please sign in to comment.