Sha256: f7e659528418fc7e3e36facca540fc6eb6b309c5f526ae6ee387377333b7c66e
Contents?: true
Size: 231 Bytes
Versions: 15
Compression:
Stored size: 231 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Demo</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
15 entries across 15 versions & 3 rubygems