Sha256: eef9cefccc6a22f0a5fa421be624c1c672397a3ac9455c5ca612f43c113263c7
Contents?: true
Size: 295 Bytes
Versions: 21
Compression:
Stored size: 295 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Myapp</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
21 entries across 21 versions & 2 rubygems