Sha256: 2a254fdffc82e8ea574c467fd8c109406bf51eff688df49eda22da3da3692d75

Contents?: true

Size: 514 Bytes

Versions: 3

Compression:

Stored size: 514 Bytes

Contents

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

    <link rel="stylesheet" href="res/latest/<%=name%>-debug.css" type="text/css" charset="utf-8">

    <script src="res/latest/<%=name%>-debug.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
    <script>
        coherent.Application.shared.setAssetLocation("res/latest");
        coherent.Application.shared.setMainBundle("<%=nib_name%>");
    </script>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
coherent-0.4.0 app_generators/coherent/templates/src/pages/index.html.erb
coherent-0.3.0 app_generators/coherent/templates/src/pages/index.html.erb
coherent-0.2.1 app_generators/coherent/templates/src/pages/index.html.erb