Sha256: 5bbff5f727bffdd565e313fa6d17ff8d32f92ebfa56f2eab552fad6706559fa7
Contents?: true
Size: 364 Bytes
Versions: 109
Compression:
Stored size: 364 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> <meta name="csrf-token" content="<%= form_authenticity_token.to_s %>"> </head> <body> <%= yield %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> </body> </html>
Version data entries
109 entries across 109 versions & 1 rubygems