Sha256: da4ce98856d9f061e050a7467eaa48c4d1cbe42f93a02d9af028ee3cbf1e820a
Contents?: true
Size: 722 Bytes
Versions: 3
Compression:
Stored size: 722 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <title>OneDrive</title> <script type="text/javascript"> window.ROOT_URL = '<%= root_url %>'; window.MOUNT_PATH = '/skydrive/'; </script> </head> <body> <%= yield %> <% if Rails.env.production? %> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', '<%= ENV['GA_CODE'] %>', '<%= ENV['GA_DOMAIN'] %>'); ga('send', 'pageview'); </script> <% end %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems