lib/pah/partials/_layout.rb in pah-0.0.13 vs lib/pah/partials/_layout.rb in pah-0.0.14

- old
+ new

@@ -1,8 +1,8 @@ -copy_static_file 'app/views/layouts/application.html.haml' -copy_static_file 'app/views/application/_error_messages.html.haml' -copy_static_file 'app/views/application/_flash_messages.html.haml' +copy_static_file 'app/views/layouts/application.html.slim' +copy_static_file 'app/views/application/_error_messages.html.slim' +copy_static_file 'app/views/application/_flash_messages.html.slim' -gsub_file 'app/views/layouts/application.html.haml', /= page_title(app_name: 'example')/, "= page_title(app_name: '#{@app_name}')" +gsub_file 'app/views/layouts/application.html.slim', /= page_title(app_name: 'example')/, "= page_title(app_name: '#{@app_name}')" git add: 'app/views/' git_commit 'Add layout files.' \ No newline at end of file