Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail Akbudak committed Jun 22, 2016
1 parent 1952557 commit 74ece79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/cybele/app_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74ece79

Please sign in to comment.