summaryrefslogtreecommitdiff
path: root/views/docs.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/docs.ejs')
-rw-r--r--views/docs.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/docs.ejs b/views/docs.ejs
index 601f40f..fee5545 100644
--- a/views/docs.ejs
+++ b/views/docs.ejs
@@ -15,7 +15,7 @@
[[ if (user.isStaff) { ]]
<a href="#" data-role="edit-document-modal" data-name="[[- doc.name ]]">Edit this document</a>
- [[ include staff/edit-docs ]]
+ [[ include partials/edit-documentation ]]
[[ } ]]
<div class="content">
@@ -34,7 +34,7 @@
<p>
<a href="#" data-role="new-document-modal" data-name="[[- doc.name ]]">Create this document</a>
</p>
- [[ include staff/edit-docs ]]
+ [[ include partials/edit-documentation ]]
[[ } ]]
[[ } ]]