Sha256: b5180085a7f8aed866f86b072f8d5c9d52c7f969d481d33e8fcddea2a1c35a2f
Contents?: true
Size: 327 Bytes
Versions: 21
Compression:
Stored size: 327 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true, :defer => true %> <%= javascript_include_tag "application", "data-turbolinks-track" => true, :defer => true %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
21 entries across 21 versions & 1 rubygems