Sha256: 790452c47718a35b7c7cc27c2b8afec33ac0712e13dff2a689ca305898ca71ee

Contents?: true

Size: 1.69 KB

Versions: 7

Compression:

Stored size: 1.69 KB

Contents

<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="ie6"> <![endif]--> <!--[if IE 7 ]>    <html lang="en" class="ie7"> <![endif]--> <!--[if IE 8 ]>    <html lang="en" class="ie8"> <![endif]--> <!--[if IE 9 ]>    <html lang="en" class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]-->
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

  <title></title>
  <meta name="description" content="">
  <meta name="author" content="">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <link rel="shortcut icon" href="images/favicon.ico">
  <link rel="apple-touch-icon" href="images/apple-touch-icon.png">

<% if @project.jammit -%>
  <link rel="stylesheet" href="assets/app.css">
<% else -%>
  <link rel="stylesheet" href="stylesheets/style.css">
<% end -%>
  <!--[if lt IE 9]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  <![endif]-->
  
  <script type="text/javascript">

    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-XXXXX-X']);
    _gaq.push(['_trackPageview']);

    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();

  </script>
  
  
</head>
<body>

  <h1>My Ember Project</h1>
  
  
<% if @project.jammit -%>
  <script src="assets/app.js"></script>
<% else -%>
<% @project.js_assets.each do |js| -%>
  <script src="javascripts/<%=js %>"></script>
<% end -%>
<% end -%>

</body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
qedproject-0.4.2 vendor/ember/templates/index.html
qedproject-0.4.1 vendor/ember/templates/index.html
qedproject-0.4.0 vendor/ember/templates/index.html
qedproject-0.3.2 vendor/ember/templates/index.html
qedproject-0.3.1 vendor/ember/templates/index.html
qedproject-0.3.0 vendor/ember/templates/index.html
qedproject-0.2.1 vendor/ember/templates/index.html