Sha256: 115d3d980b14838bf11c8730e608c4a369f8ad6ab9ad355bd08be0c184a07eef
Contents?: true
Size: 218 Bytes
Versions: 53
Compression:
Stored size: 218 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>DummyApp</title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
53 entries across 52 versions & 2 rubygems