Sha256: 511fca6637f340db7129df8646201379451e5e9de1d5e099086c280693099798
Contents?: true
Size: 298 Bytes
Versions: 45
Compression:
Stored size: 298 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Tutorial</title> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
45 entries across 45 versions & 2 rubygems