Sha256: e68316cdf0abffde63a6a2dfea6b5e55349bd4e295cb00927dfb5ee20ef5f242
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
<!doctype html> <html> <head> <title>Ember-CLI Deployments</title> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <link href="<%= h root_path %>stylesheets/bootstrap.css" media="screen" rel="stylesheet" type="text/css" /> <link href="<%= h root_path %>stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" /> <link rel="shortcut icon" type="image/ico" href="<%= h root_path %>images/favicon.ico" /> <script type="text/javascript" src="<%= h root_path %>javascripts/application.js"></script> <script type="text/javascript" src="<%= h root_path %>javascripts/locales/jquery.timeago.<%= h locale %>.js"></script> <meta name="google" content="notranslate" /> <%= display_custom_head %> </head> <body class="admin"> <div id="page"> <div class="container"> <div class="row"> <div class="col-sm-12"> <%= yield %> </div> </div> </div> </div> <%= erb :_footer %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ember_cli_deploy_redis-1.0.1 | web/views/layout.erb |