Sha256: 5ddbd9b1807383a989f6354c4a705914981391ed77214c4e434f2d1bf0e11156
Contents?: true
Size: 316 Bytes
Versions: 4
Compression:
Stored size: 316 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> From layout of dummy <%= yield %> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems