Sha256: c121ee63b26045af7449aa9b4c85039fd262f73a747b910a253c468a1a5e8d3b
Contents?: true
Size: 217 Bytes
Versions: 6
Compression:
Stored size: 217 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Example</title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
6 entries across 6 versions & 2 rubygems