Sha256: fecf7dc05eb4e222cdb56f95f2d88e27ebb458fc4b93f310d6f674be1121285f

Contents?: true

Size: 439 Bytes

Versions: 8

Compression:

Stored size: 439 Bytes

Contents

<!DOCTYPE HTML>
<html>
<head>
  <meta http-equiv="X-UA-Compatible" content="IE=8">
  <title><%=name.titlecase%></title>

  <link rel="stylesheet" href="<%=name%>-debug.css" type="text/css" charset="utf-8">
  <script src="<%=name%>-debug.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
  <script>
  distil.onready(function(){
    coherent.Application.shared.setMainNib('<%=nib_name%>');
  });
  </script>
</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
coherent-0.6.8 app_generators/coherent/templates/src/index.html.erb
coherent-0.6.7 app_generators/coherent/templates/src/index.html.erb
coherent-0.6.6 app_generators/coherent/templates/src/index.html.erb
coherent-0.6.5 app_generators/coherent/templates/src/index.html.erb
coherent-0.6.4 app_generators/coherent/templates/src/index.html.erb
coherent-0.6.2 app_generators/coherent/templates/src/index.html.erb
coherent-0.6.1 app_generators/coherent/templates/src/index.html.erb
coherent-0.6.0 app_generators/coherent/templates/src/index.html.erb