Sha256: 389f9b58aebcffac02e9203c8c4fffb25f937c6b58a96586bad42c13db6b6f8d
Contents?: true
Size: 833 Bytes
Versions: 1
Compression:
Stored size: 833 Bytes
Contents
<!DOCTYPE html> <html class="public"> <head> <title>Cambium</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- <meta name="description" content="<%%#= @meta[:description] %>"> --> <!-- <meta name="robots" content="noindex, nofollow"> --> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0, initial-scale=1.0"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="format-detection" content="telephone=no"> <%%= stylesheet_link_tag 'application', :media => 'all' %> <%%= javascript_include_tag "modernizr" %> <%%= csrf_meta_tags %> </head> <body> <%%= render :partial => 'status' %> <%%= yield %> <%%= javascript_include_tag 'application' %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cambium-0.0.1 | lib/generators/cambium/templates/app/views/layouts/application.html.erb |