Sha256: 5cc2c3ddf14b0ccf48853b911d210d13dcce05d62ef889b248fee7f24143e841
Contents?: true
Size: 534 Bytes
Versions: 16
Compression:
Stored size: 534 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css"> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <script src="http://code.highcharts.com/highcharts.js"></script> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
16 entries across 16 versions & 2 rubygems