app/views/siesta/siesta/index.html.erb in siesta-0.0.2 vs app/views/siesta/siesta/index.html.erb in siesta-0.1.0
- old
+ new
@@ -7,11 +7,11 @@
<!-- Ext JS library -->
<%= javascript_include_tag 'extjs/ext-all-debug' %>
<%= javascript_include_tag 'siesta/siesta-all' %>
- <%= javascript_include_tag 'siesta/siesta' %>
- <%= javascript_include_tag 'test_harness' %>
+ <%= include_siesta_config %>
+ <%= include_test_harness %>
</head>
<body>
</body>
</html>