aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/views/test.ejs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/views/test.ejs (renamed from views/test.ejs)6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/test.ejs b/app/views/test.ejs
index 65a63b3..03a8aee 100644
--- a/views/test.ejs
+++ b/app/views/test.ejs
@@ -1,8 +1,8 @@
-<% include header %>
+<% include templates/header %>
</head>
<body>
- <% include navbar %>
+ <% include templates/navbar %>
<!-- Wrapper
================================================== -->
@@ -41,6 +41,6 @@
</div><!-- /div.row -->
</div><!-- /div#wrapper -->
-<% include footer %>
+<% include templates/footer %>
</body>
</html>