Sha256: f3520e0fd73428f988c0025ca3293c086ca131ee3db4190b5cf68d41a3b35aae
Contents?: true
Size: 463 Bytes
Versions: 1
Compression:
Stored size: 463 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= whoopsie_config({user_id: 123}) %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> </head> <body> <%= yield %> <script> window.loggingInformation = {time: (new Date()).toString(), location: window.location.toString()}; </script> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
whoopsie-0.0.2 | spec/dummy/app/views/layouts/application.html.erb |