aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/views/index.ejs
diff options
context:
space:
mode:
authorDennis Eriksen <dennis.se@gmail.com>2013-05-25 11:17:42 +0200
committerDennis Eriksen <dennis.se@gmail.com>2013-05-25 11:17:42 +0200
commite582c3b84c6090b08f33d599c354968fcd868d14 (patch)
treeb6de1b7b1f708bf9126ccb709d5129e91a67c7d5 /app/views/index.ejs
parentchanged what gets collected (diff)
downloadDivid-e582c3b84c6090b08f33d599c354968fcd868d14.tar.gz
moved and renamed files to match the filesetup we want.
havebeen using a dev-setup till now.
Diffstat (limited to '')
-rw-r--r--app/views/index.ejs (renamed from views/index.ejs)6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/index.ejs b/app/views/index.ejs
index 7a853b3..0768773 100644
--- a/views/index.ejs
+++ b/app/views/index.ejs
@@ -1,9 +1,9 @@
-<% include header %>
+<% include templates/header %>
</head>
<body>
- <% include navbar %>
+ <% include templates/navbar %>
<div class="indexwrapper" id="index1">
<div class="container">
<div class="row-fluid">
@@ -126,6 +126,6 @@
-<% include footer %>
+<% include templates/footer %>
</body>
</html>