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