Sha256: 89200292aa2c0e14be83ea9f9e512fa292410489cc77c79d837f17b41ab9d019
Contents?: true
Size: 780 Bytes
Versions: 22
Compression:
Stored size: 780 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>HubSpot Ruby sample companies app</title> <%= csrf_meta_tags %> <%= csp_meta_tag %> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/milligram/1.3.0/milligram.css"> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> </head> <body> <%= render partial: "shared/header"%> <div class="wrapper"> <%= yield %> </div> </body> </html>
Version data entries
22 entries across 22 versions & 1 rubygems