Sha256: d9de393e8912ce9f7a3aa8d319be9535aaad94760d48fe6ee19dced40ce00ccc
Contents?: true
Size: 257 Bytes
Versions: 11
Compression:
Stored size: 257 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "redditor/application", media: "all" %> <%= javascript_include_tag "application" %> <%= yield :js %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
11 entries across 11 versions & 1 rubygems