Sha256: 2f5f5765a7f0bccf06392195d6554fe75231829f111978b50a606237a8eba1d5
Contents?: true
Size: 345 Bytes
Versions: 3
Compression:
Stored size: 345 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> </head> <body> <h1 id="titleText">Let them know you're there</h1> <%= yield %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems